Skip to content

Commit

Permalink
fix(sql): remove foreign key between consumer and worker
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlt authored and bnjjj committed Jan 14, 2020
1 parent 7dd9c5f commit caadf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/sql/180_user.sql
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ CREATE TABLE "worker" (
model_id BIGINT,
job_run_id BIGINT,
hatchery_id BIGINT NOT NULL,
auth_consumer_id VARCHAR(36) REFERENCES auth_consumer(id),
auth_consumer_id VARCHAR(36),
version VARCHAR(255) NOT NULL,
os VARCHAR(255) NOT NULL,
arch VARCHAR(255) NOT NULL
Expand Down

0 comments on commit caadf75

Please sign in to comment.