Skip to content

Commit ab11952

Browse files
authored
ENG-417 make sure the temporary upsert functions live in the schema as well as the migration. A supabase db diff should return nothing. (#201)
1 parent a8ab3ef commit ab11952

2 files changed

Lines changed: 547 additions & 0 deletions

File tree

packages/database/supabase/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ schema_paths = [
5858
'./schemas/concept.sql',
5959
'./schemas/contributor.sql',
6060
'./schemas/sync.sql',
61+
'./schemas/upload_temp.sql',
6162
]
6263

6364
[db.seed]

0 commit comments

Comments
 (0)