Skip to content

Commit

Permalink
Merge branch 'main' into feature/extend-katalogus-with-normalizers-an…
Browse files Browse the repository at this point in the history
…d-bits
  • Loading branch information
Rieven authored Sep 4, 2023
2 parents 3565823 + 9187c2c commit bb09138
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CREATE TABLE signing_provider (
id SERIAL NOT NULL,
url VARCHAR(256) NOT NULL,
PRIMARY KEY (id),
UNIQUE (url)
id SERIAL NOT NULL,
url VARCHAR(256) NOT NULL,
PRIMARY KEY (id),
UNIQUE (url)
);

ALTER TABLE raw_file ADD COLUMN signing_provider_id INTEGER;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE boefje_meta ADD COLUMN environment JSON;
ALTER TABLE boefje_meta ADD COLUMN runnable_hash VARCHAR(64);

0 comments on commit bb09138

Please sign in to comment.