[RELEASE] - bump version
This commit is contained in:
6
sql/v0.5.0/002-types.sql
Normal file
6
sql/v0.5.0/002-types.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- make name index unique order by name
|
||||
|
||||
DROP INDEX IF EXISTS types_name_key;
|
||||
|
||||
CREATE UNIQUE INDEX IF NOT EXISTS types_name_key
|
||||
ON types (name ASC);
|
||||
Reference in New Issue
Block a user