Skip to content

Commit

Permalink
feat(skill): Add monitored column for skills (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenikAdrien authored Jul 12, 2023
1 parent be448c1 commit c0fe0c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- alter table "public"."Skill" add column "monitored" boolean
-- not null default 'false';
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
alter table "public"."Skill" add column "monitored" boolean
not null default 'false';

0 comments on commit c0fe0c9

Please sign in to comment.