- Fixed: error caused during inputRupee - Passing timezone UTC in DB connection for uniformity between main server and backups. - Changed single-line comments to multi-line comments in schema.sql - Addng truncateAll.sql: can be used to clear the database (data only).
13 lines
249 B
SQL
13 lines
249 B
SQL
TRUNCATE _backup;
|
|
TRUNCATE buyorder;
|
|
TRUNCATE cash;
|
|
TRUNCATE inputflo;
|
|
TRUNCATE inputrupee;
|
|
TRUNCATE outputflo;
|
|
TRUNCATE outputrupee;
|
|
TRUNCATE request_log;
|
|
TRUNCATE sellorder;
|
|
TRUNCATE sessions;
|
|
TRUNCATE transactions;
|
|
TRUNCATE users;
|
|
TRUNCATE vault; |