diff --git a/antville_dbpatch20011208.sql b/antville_dbpatch20011208.sql new file mode 100644 index 00000000..3ecd90b4 --- /dev/null +++ b/antville_dbpatch20011208.sql @@ -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; + \ No newline at end of file