X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=migrations%2F101-up-leases.sql;h=a22d513f071b010037e2c0a61e41a7f34f654293;hb=79e3509b31651755422ef109bd3895bb06d02a54;hp=0c9b5384d37a5fc45c053f695be2e0b24d620be4;hpb=a5f4a873bed8718b9124714e816a63f569b9a22c;p=plcapi.git diff --git a/migrations/101-up-leases.sql b/migrations/101-up-leases.sql index 0c9b538..a22d513 100644 --- a/migrations/101-up-leases.sql +++ b/migrations/101-up-leases.sql @@ -14,7 +14,7 @@ CREATE TABLE leases ( -- xxx for testing -- CONSTRAINT future CHECK (t_from > CURRENT_TIMESTAMP), CONSTRAINT start_before_end CHECK (t_until > t_from) -) WITH OIDS; +); -- -- hook to check for overlapping time slots on a given node_id