diff options
author | mark <mark> | 2010-12-01 07:19:28 +0000 |
---|---|---|
committer | mark <mark> | 2010-12-01 07:19:28 +0000 |
commit | 7b2693e9ee5809ccbf5356cb8b54cec7dc8cff4f (patch) | |
tree | 404bd08b3076c1f0d9a3e1b209e0c3b189560dea /etc/schema.mysql |
Diffstat (limited to 'etc/schema.mysql')
-rwxr-xr-x | etc/schema.mysql | 2 |
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; + |