Skip to content

Commit 3b3913a

Browse files
committed
Defined the schema for the Data Source table
Ran migration to generate new table
1 parent e8f12ef commit 3b3913a

4 files changed

Lines changed: 2175 additions & 0 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+
"id" text PRIMARY KEY NOT NULL,
3+
"name" text,
4+
"version" text,
5+
"retrieve_date" date
6+
);

0 commit comments

Comments
 (0)