added some of the rollback features
This commit is contained in:
parent
4033ad4b83
commit
876b1da8bb
6 changed files with 144 additions and 6 deletions
|
|
@ -168,6 +168,7 @@ sub updateConfigFile {
|
|||
#-------------------------------------------------
|
||||
sub addAssetVersioning {
|
||||
print "\tMaking changes for asset versioning\n" unless ($quiet);
|
||||
WebGUI::SQL->write("insert into settings ('autoCommit','1')");
|
||||
WebGUI::SQL->write("create table assetVersionTag (
|
||||
tagId varchar(22) not null primary key,
|
||||
name varchar(255) not null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue