Skip to content

Commit

Permalink
build: add task_split_dimension & task_num_buildings to base schema
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 25, 2024
1 parent 9308ecf commit 36ae743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/migrations/init/fmtm_base_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@ CREATE TABLE public.projects (
data_extract_type character varying,
data_extract_url character varying,
task_split_type public.tasksplittype,
task_split_dimension smallint,
task_num_buildings smallint,
hashtags character varying[]
);
ALTER TABLE public.projects OWNER TO fmtm;
Expand Down

0 comments on commit 36ae743

Please sign in to comment.