projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c159e50
)
Forgot peremption in tips.
author
Stéphane Jacob
<sj@m4x.org>
Tue, 2 Mar 2010 13:37:41 +0000
(14:37 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Tue, 2 Mar 2010 13:43:04 +0000
(14:43 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/account/20_naming_convention.sql
patch
|
blob
|
blame
|
history
diff --git
a/upgrade/account/20_naming_convention.sql
b/upgrade/account/20_naming_convention.sql
index
2648a94
..
b245877
100644
(file)
--- a/
upgrade/account/20_naming_convention.sql
+++ b/
upgrade/account/20_naming_convention.sql
@@
-34,6
+34,8
@@
CHANGE COLUMN user_id uid INT(11) not null;
CHANGE COLUMN peremption expiration DATE NOT NULL;
ALTER TABLE announce_read
CHANGE COLUMN user_id uid INT(11) not null;
+ ALTER TABLE tips
+CHANGE COLUMN peremption expiration DATE NOT NULL;
# profile
ALTER TABLE profile_photos