diff options
Diffstat (limited to 'migrations')
-rw-r--r-- | migrations/20220710023630_colonizable.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/migrations/20220710023630_colonizable.sql b/migrations/20220710023630_colonizable.sql new file mode 100644 index 0000000..6fd1036 --- /dev/null +++ b/migrations/20220710023630_colonizable.sql @@ -0,0 +1,2 @@ +-- Add migration script here +ALTER TABLE ships ADD COLUMN colonizable BOOLEAN NOT NULL DEFAULT FALSE; |