Fix: pgsql

This commit is contained in:
Laurent Destailleur 2011-12-08 09:28:08 +01:00
parent 82717b8db7
commit 62999add23

View File

@ -71,7 +71,7 @@ DROP TABLE IF EXISTS llx_pos_tmp;
ALTER TABLE llx_deplacement ADD COLUMN fk_user_modif integer AFTER fk_user_author;
CREATE TABLE IF NOT EXISTS llx_localtax
CREATE TABLE llx_localtax
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
entity integer NOT NULL DEFAULT '1',