Files
opensim.currency/config/ResetDB_to_0.8.2.sql
T
2023-12-20 10:03:33 +09:00

8 lines
262 B
SQL

alter table userinfo drop type;
alter table userinfo drop class;
alter table userinfo drop serverurl;
alter table userinfo COMMENT='Rev.2';
alter table balances COMMENT='Rev.2';
alter table totalsales COMMENT='Rev.2';
alter table transactions COMMENT='Rev.9';