From 90823a79ef80f6a589a414fb8a3006c8ff17a95d Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Sat, 9 Jul 2022 22:44:35 -0400 Subject: fmt --- migrations/20220710023630_colonizable.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/20220710023630_colonizable.sql (limited to 'migrations/20220710023630_colonizable.sql') 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; -- cgit v1.2.3