root/trac/hacks/marketplugin/0.9/tools/drop_all_tables.sql

Revision 79 (checked in by stevegt, 6 years ago)

finish adding rudimentary Publish button

Line 
1 drop table account;
2 drop table account_balance;
3 drop table leg;
4 drop table ledger;
5 drop table orders;
6 drop table order_detail;
7 drop table timer;
8 delete from system where name like 'market_%';
Note: See TracBrowser for help on using the browser.