Skip to content

Commit

Permalink
Updating artifact table schema
Browse files Browse the repository at this point in the history
  * Making the `repository` column in the `artifact` schema NULLABLE.
  * This provides schema-level support for Option[Project.Repository]` fields
    in `Artifact` types.
  * Should help resolve #869.
  • Loading branch information
jyoo980 committed Apr 20, 2022
1 parent 22f1672 commit a516d40
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE artifacts ALTER COLUMN repository DROP NOT NULL;

0 comments on commit a516d40

Please sign in to comment.