X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2Fschema_normalization_3.sql;h=dd8b3303a1e49cb89ba53ec923204dae30bc6794;hb=97a6f6d623a9810e1d324f44a5f8bcd12294f5d3;hp=528fc8f1be65c24b06a7cd413e2e428c5021c600;hpb=6ca8f4fe29f1b659c2322365d1b856a005663af1;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/schema_normalization_3.sql b/sql/Pg-upgrade2/schema_normalization_3.sql index 528fc8f1b..dd8b3303a 100644 --- a/sql/Pg-upgrade2/schema_normalization_3.sql +++ b/sql/Pg-upgrade2/schema_normalization_3.sql @@ -1,6 +1,6 @@ -- @tag: schema_normalization_3 -- @description: Datenbankschema Normalisierungen Teil 3 --- @depends: schema_normalization_2 +-- @depends: schema_normalization_2 acc_trans_id_uniqueness ALTER TABLE acc_trans DROP COLUMN id; ALTER TABLE acc_trans ADD PRIMARY KEY (acc_trans_id);