Allows entreprise validation hidding.
authorStéphane Jacob <sj@m4x.org>
Sun, 4 Jul 2010 14:25:39 +0000 (16:25 +0200)
committerStéphane Jacob <sj@m4x.org>
Sun, 4 Jul 2010 14:25:54 +0000 (16:25 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/1.0.0/02_validate.sql [new file with mode: 0644]

diff --git a/upgrade/1.0.0/02_validate.sql b/upgrade/1.0.0/02_validate.sql
new file mode 100644 (file)
index 0000000..0a4f846
--- /dev/null
@@ -0,0 +1,3 @@
+ALTER TABLE  requests_answers MODIFY COLUMN  category ENUM('alias','liste','usage','photo','evts','gapps-unsuspend','marketing','orange','homonyme','nl','paiements','medal','broken','surveys', 'entreprise') NOT NULL DEFAULT 'alias';
+
+-- vim:set syntax=mysql: