projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d917e7
)
Allows entreprise validation hidding.
author
Stéphane Jacob
<sj@m4x.org>
Sun, 4 Jul 2010 14:25:39 +0000
(16:25 +0200)
committer
Sté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]
patch
|
blob
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
+++ b/
upgrade/1.0.0/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') NOT NULL DEFAULT 'alias';
+
+-- vim:set syntax=mysql: