First release
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE jrtables
|
||||
ADD num_fields INTEGER NOT NULL;
|
||||
@@ -0,0 +1 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE jrtables
|
||||
DROP COLUMN num_fields;
|
||||
@@ -0,0 +1 @@
|
||||
-- Your SQL goes here
|
||||
Reference in New Issue
Block a user