Commit 9a2725092d2af079ef47b6e39b207fa3cfeb2654
1 parent
0555931c
[+] in migration common transmit sqlite3 settings because it can be used here or by caller file
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
database/migration_common_sqlite3.anubis
| @@ -17,6 +17,7 @@ read db_get_helpers.anubis | @@ -17,6 +17,7 @@ read db_get_helpers.anubis | ||
| 17 | read xlib/database/db_utils.anubis | 17 | read xlib/database/db_utils.anubis |
| 18 | //read xlib/net_services_protocols/logger_service.anubis | 18 | //read xlib/net_services_protocols/logger_service.anubis |
| 19 | transmit db_version.anubis | 19 | transmit db_version.anubis |
| 20 | +transmit settings_sqlite3.anubis | ||
| 20 | 21 | ||
| 21 | public type DbTable: | 22 | public type DbTable: |
| 22 | table(String name, String create_query), | 23 | table(String name, String create_query), |