Added support for profiling. Removed the pkg module altogether. Everything except old sync is now using code generated by sqlc.
6 lines
115 B
SQL
6 lines
115 B
SQL
Alter table game
|
|
alter column times_played set not null;
|
|
|
|
Alter table song
|
|
alter column times_played set not null;
|