summaryrefslogtreecommitdiff
path: root/etc/schema.mysql
diff options
context:
space:
mode:
Diffstat (limited to 'etc/schema.mysql')
-rwxr-xr-xetc/schema.mysql2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/schema.mysql b/etc/schema.mysql
new file mode 100755
index 0000000..7cb45d1
--- /dev/null
+++ b/etc/schema.mysql
@@ -0,0 +1,2 @@
+ALTER TABLE CustomFields ADD COLUMN Required integer NOT NULL DEFAULT 0;
+