mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-06 15:12:42 +02:00
2018-11-16 Fred Gleason <fredg@paravelsystems.com>
* Modified the 298 => 299 schema change in rddbmgr(8) to use the new method for dropping a DB field.
This commit is contained in:
parent
3ae1e1995f
commit
6ca773e21d
@ -18025,3 +18025,6 @@
|
||||
* Added a 'CART_SCHED_CODES' table to the database.
|
||||
* Removed 'SCHED_CODES' field from 'CART'
|
||||
* Incremented the database version to 299.
|
||||
2018-11-16 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Modified the 298 => 299 schema change in rddbmgr(8) to use the
|
||||
new method for dropping a DB field.
|
||||
|
@ -9584,9 +9584,7 @@ bool MainObject::UpdateSchema(int cur_schema,int set_schema,QString *err_msg)
|
||||
}
|
||||
}
|
||||
delete q;
|
||||
|
||||
q=new RDSqlQuery("alter table CART drop column SCHED_CODES",false);
|
||||
delete q;
|
||||
DropColumn("CART","SCHED_CODES");
|
||||
|
||||
WriteSchemaVersion(++cur_schema);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user