projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cb8a7e
)
Updates validation list.
author
Stéphane Jacob
<sj@m4x.org>
Tue, 29 Nov 2011 14:41:15 +0000
(15:41 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Wed, 30 Nov 2011 00:16:01 +0000
(
01:16
+0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/1.1.5/02_validate.sql
[new file with mode: 0644]
patch
|
blob
diff --git a/upgrade/1.1.5/02_validate.sql
b/upgrade/1.1.5/02_validate.sql
new file mode 100644
(file)
index 0000000..
514740e
--- /dev/null
+++ b/
upgrade/1.1.5/02_validate.sql
@@ -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','account','address','bulkaccounts') NOT NULL DEFAULT 'alias';
+
+-- vim:set syntax=mysql: