Skip to content
Snippets Groups Projects
Commit 37f638cf authored by Monika Komorowska's avatar Monika Komorowska
Browse files

Patch file patch_61_62_c.sql adds unique index to db_name field in external_db table.

parent 9537ddc8
No related branches found
No related tags found
No related merge requests found
# patch_61_62_c.sql
#
# Title: Index for db_name.
#
# Description:
# Add unique index to db_name field in external_db table.
CREATE UNIQUE INDEX db_name_idx ON external_db(db_name);
# Patch identifier
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_61_62_c.sql|db_name_idx');
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment