Added bljesak.info

This commit is contained in:
Senad Uka
2022-02-15 18:00:30 +01:00
parent 6648f6754a
commit 47987ff395
9 changed files with 141 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE articles
ADD CONSTRAINT articles_title_key UNIQUE (title);

View File

@@ -0,0 +1,2 @@
ALTER TABLE articles
DROP CONSTRAINT articles_title_key;