To be sure table is dropped

This commit is contained in:
Laurent Destailleur 2019-01-21 16:44:51 +01:00
parent daa2fccd73
commit b1a4e3abd5

View File

@ -29,6 +29,8 @@
-- Missing in 9.0
DROP TABLE llx_ticket_logs;
CREATE TABLE llx_pos_cash_fence(
rowid INTEGER AUTO_INCREMENT PRIMARY KEY,
entity INTEGER DEFAULT 1 NOT NULL,