initial check-in
This commit is contained in:
parent
d3838a38a9
commit
83289b5c05
1 changed files with 10 additions and 0 deletions
10
antville_dbpatch20011208.sql
Normal file
10
antville_dbpatch20011208.sql
Normal file
|
@ -0,0 +1,10 @@
|
|||
use antville;
|
||||
alter table WEBLOG
|
||||
add column SMALLFONT tinytext null after TITLESIZE,
|
||||
add column SMALLCOLOR varchar(6) null after SMALLFONT,
|
||||
add column SMALLSIZE varchar(4) null after SMALLCOLOR;
|
||||
|
||||
alter table WEBLOG
|
||||
change column DATEFORMAT LONGDATEFORMAT varchar(50) null,
|
||||
add column SHORTDATEFORMAT varchar(50) null after LONGDATEFORMAT;
|
||||
|
Loading…
Add table
Reference in a new issue