Skip to content

Commit

Permalink
forgot to add statistics to original
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Nov 20, 2024
1 parent 0e3a657 commit 42b3672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/files.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
BEGIN TRANSACTION;
CREATE TABLE program (
id VARCHAR NOT NULL,
statistics JSONB,
PRIMARY KEY (id)
);
CREATE TABLE drs_object (
Expand Down

0 comments on commit 42b3672

Please sign in to comment.