Began implementing surveying
This commit is contained in:
parent
ec5d09586f
commit
93e6e02bca
4 changed files with 54 additions and 2 deletions
|
@ -5,6 +5,7 @@ const allMigrations = [
|
|||
'database/000_init.sql',
|
||||
'database/001_systems.sql',
|
||||
'database/002_ships.sql',
|
||||
'database/003_surveys.sql',
|
||||
];
|
||||
|
||||
const db = new Database(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue