Added a new sync that uses hash
Added a new sync that uses hash and sqlc for the queries. Added db migration. Started adding a config file.
This commit is contained in:
3
db/migrations/000002_adjust_fields_for_sqlc.down.sql
Normal file
3
db/migrations/000002_adjust_fields_for_sqlc.down.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
Alter table game
|
||||
alter column number_of_songs set null,
|
||||
alter column hash set null;
|
||||
Reference in New Issue
Block a user