Commit 48805b33385001ef574989a7198ad935e1942c29
1 parent
c4a1b90a
remove commented line which become obsolete
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
database/migration_common.anubis
| @@ -15,8 +15,6 @@ read sqlite_foreign_key.anubis | @@ -15,8 +15,6 @@ read sqlite_foreign_key.anubis | ||
| 15 | read calexium_lib/database/db_utils.anubis | 15 | read calexium_lib/database/db_utils.anubis |
| 16 | read calexium_lib/net_services_protocols/logger_service.anubis | 16 | read calexium_lib/net_services_protocols/logger_service.anubis |
| 17 | 17 | ||
| 18 | - read ezmailbox_constants.anubis | ||
| 19 | - | ||
| 20 | 18 | ||
| 21 | public type DbTable: | 19 | public type DbTable: |
| 22 | table(String name, String create_query), | 20 | table(String name, String create_query), |