projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe286e5
)
Missing file from 40279e62029b638edf26eddc799a80561cc02ac3.
author
Stéphane Jacob
<sj@m4x.org>
Sun, 25 Sep 2011 18:28:53 +0000
(20:28 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Sun, 25 Sep 2011 18:28:53 +0000
(20:28 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/1.1.4/04_accounts.sql
[new file with mode: 0644]
patch
|
blob
diff --git a/upgrade/1.1.4/04_accounts.sql
b/upgrade/1.1.4/04_accounts.sql
new file mode 100644
(file)
index 0000000..
bda29e8
--- /dev/null
+++ b/
upgrade/1.1.4/04_accounts.sql
@@ -0,0
+1,4
@@
+ALTER TABLE accounts ADD COLUMN from_email VARCHAR(255) NOT NULL DEFAULT '';
+ALTER TABLE accounts ADD COLUMN from_format ENUM('text','html') NOT NULL DEFAULT 'html';
+
+-- vim:set syntax=mysql: