1
0
Fork 0

Add column `word_forms.other_word_id`

This commit is contained in:
Alex Kotov 2023-03-25 03:58:19 +04:00
parent da1407ea50
commit 0b86f8ed1e
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE word_forms DROP COLUMN other_word_id;

View File

@ -0,0 +1 @@
ALTER TABLE word_forms ADD COLUMN other_word_id BIGINT REFERENCES words (id);