Skip to content

Commit

Permalink
fixup! ISSv3 DB schema migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Oct 15, 2024
1 parent 731aee3 commit 1e6735f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ CREATE TABLE IF NOT EXISTS suseISSPeripheralChannels
DEFAULT (current_timestamp) NOT NULL
);

CREATE UNIQUE INDEX use_issperchan_pid_cid_uq
CREATE UNIQUE INDEX IF NOT EXISTS suse_issperchan_pid_cid_uq
ON suseISSPeripheralChannels (peripheral_id, channel_id);

0 comments on commit 1e6735f

Please sign in to comment.