Skip to content
Snippets Groups Projects
Commit 73fbdd32 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Add unique key to meta_key/meta_value columns in meta table.

parent 7f474b79
No related branches found
No related tags found
No related merge requests found
# patch_45_46_d.sql
#
# title: Meta unique key
#
# description:
# Add unique key to meta_key/meta_value columns in meta table.
ALTER TABLE meta ADD UNIQUE key_value (meta_key, meta_value);
# patch identifier
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_45_46_d.sql|meta_unique_key');
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