Skip to content

Commit

Permalink
dbupdates:update for deadline_tagging: added field deliveries_availab…
Browse files Browse the repository at this point in the history
…le_before_deadline on Deadline
  • Loading branch information
bendikro committed Jun 28, 2011
1 parent acb6858 commit 528495f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbupdates/0.1.2_to_0.1.4.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ALTER TABLE core_deadline ADD COLUMN "is_head" bool NOT NULL DEFAULT(0);
ALTER TABLE core_delivery ADD COLUMN "deadline_tag_id" integer REFERENCES "core_deadline" ("id");
ALTER TABLE core_deadline ADD COLUMN "deliveries_available_before_deadline" bool NOT NULL
CREATE INDEX "core_delivery_3105f29b" ON "core_delivery" ("deadline_tag_id");


0 comments on commit 528495f

Please sign in to comment.