Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed May 31, 2024
1 parent 462b296 commit 872cf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DDL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function up()
column(:ref_validfrom, :bigint, "REFERENCES versions(id) ON DELETE CASCADE")
column(:ref_invalidfrom, :bigint, "DEFAULT 2^53 - 1 REFERENCES versions(id) ON DELETE SET DEFAULT")
column(:ref_valid, :int8range)
column(:interface_id, :bigint)
column(:interface_id, :bigint, not_null=true)
column(:description, :string)
]
end
Expand Down

2 comments on commit 872cf3e

@michaelfliegner
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes;
Column productrevisions.interface_id NOT NULL

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 1.6.1 already exists

Please sign in to comment.