#74 update file names & default scenarios

This commit is contained in:
wish
2023-10-07 17:33:40 +11:00
parent 9886f81b2b
commit 80a2822214
3 changed files with 178 additions and 120 deletions

View File

@@ -0,0 +1,9 @@
BEGIN;
CREATE TABLE IF NOT EXISTS scenario_counter (
id serial primary key,
scenario_id numeric not null,
category_id numeric not null
);
END;