Skip to content

Commit 096bda3

Browse files
committed
Defined the schema for the Data Source table
Ran migration to generate new table includes annoying lint change
1 parent e8f12ef commit 096bda3

6 files changed

Lines changed: 2177 additions & 2 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CREATE TABLE "data_source" (
2+
"schema_name" text PRIMARY KEY NOT NULL,
3+
"dataset_name" text,
4+
"version" text NOT NULL,
5+
"retrieve_date" date NOT NULL
6+
);

0 commit comments

Comments
 (0)