Skip to content

Commit

Permalink
Add mission_order column to missions table (#338)
Browse files Browse the repository at this point in the history
Resolve #337
  • Loading branch information
VincentAntoine authored Feb 20, 2023
2 parents 13db901 + bd6ca36 commit 2e678bf
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 public.missions ADD COLUMN mission_order BOOLEAN;

0 comments on commit 2e678bf

Please sign in to comment.