Skip to content

Commit

Permalink
Merge pull request #186 from eye-on-surveillance/ma/feedback-version
Browse files Browse the repository at this point in the history
build: add version to feedback_cards
  • Loading branch information
marvinmarnold authored Dec 13, 2023
2 parents 54c912a + 63616ae commit 80c79f1
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
alter table "public"."feedback_cards" add column "model_version" text;

update feedback_cards
set
model_version = 'v0.0.1';

alter table "public"."feedback_cards" alter column "model_version" set not null;

0 comments on commit 80c79f1

Please sign in to comment.