patch for antville-database that adds columns LANGUAGE and COUNTRY to table weblog

This commit is contained in:
Robert Gaggl 2001-06-28 16:45:30 +00:00
parent 925a1b5031
commit 701fd75219

View file

@ -0,0 +1,4 @@
use antville ;
alter table WEBLOG
add column LANGUAGE varchar2(2) null after SHOWARCHIVE
, add column COUNTRY varchar2(2) null after SHOWARCHIVE