patch for antville-database that adds columns LANGUAGE and COUNTRY to table weblog
This commit is contained in:
parent
925a1b5031
commit
701fd75219
1 changed files with 4 additions and 0 deletions
4
antville_dbpatch20010621.sql
Normal file
4
antville_dbpatch20010621.sql
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue