1
0
Fork 0
Database schema migrations of the Leqsikoni
Go to file
Alex Kotov d0aec4a55c
Add PG dump
2023-03-25 22:05:38 +04:00
20230125142000_functions.down.sql Rename func "is_name" to "is_sane_text" 2023-02-05 02:46:09 +04:00
20230125142000_functions.up.sql Rename func "is_name" to "is_sane_text" 2023-02-05 02:46:09 +04:00
20230125152306_languages.down.sql Remove unnecessary transaction (and add necessary) 2023-03-25 02:25:48 +04:00
20230125152306_languages.up.sql Align and comment code 2023-02-18 10:41:59 +04:00
20230204224830_examples.down.sql Add examples 2023-02-05 03:11:56 +04:00
20230204224830_examples.up.sql Align and comment code 2023-02-18 10:41:59 +04:00
20230211045705_words.down.sql Add words 2023-02-11 09:14:25 +04:00
20230211045705_words.up.sql Align and comment code 2023-02-18 10:41:59 +04:00
20230218073436_parts.down.sql Add parts of speech 2023-02-18 11:49:16 +04:00
20230218073436_parts.up.sql Add parts of speech 2023-02-18 11:49:16 +04:00
20230218074832_require_word_part_id.down.sql Remove unnecessary transaction (and add necessary) 2023-03-25 02:25:48 +04:00
20230218074832_require_word_part_id.up.sql Remove unnecessary transaction (and add necessary) 2023-03-25 02:25:48 +04:00
20230218081558_do_not_require_language_names.down.sql Translate language names 2023-02-18 13:06:34 +04:00
20230218081558_do_not_require_language_names.up.sql Translate language names 2023-02-18 13:06:34 +04:00
20230218083503_translate.down.sql Translate language names 2023-02-18 13:06:34 +04:00
20230218083503_translate.up.sql Translate language names 2023-02-18 13:06:34 +04:00
20230218091110_do_not_require_part_english_name.down.sql Remove unnecessary transaction (and add necessary) 2023-03-25 02:25:48 +04:00
20230218091110_do_not_require_part_english_name.up.sql Remove unnecessary transaction (and add necessary) 2023-03-25 02:25:48 +04:00
20230218100109_translate_parts.down.sql Remove unnecessary transaction (and add necessary) 2023-03-25 02:25:48 +04:00
20230218100109_translate_parts.up.sql Translate parts of speech 2023-02-18 14:07:01 +04:00
20230218104748_remove_part_english_names.down.sql Remove column `parts.english_name` 2023-02-18 14:52:28 +04:00
20230218104748_remove_part_english_names.up.sql Remove unnecessary transaction (and add necessary) 2023-03-25 02:25:48 +04:00
20230218115851_remove_unique_index_on_word_forms_of_word_value.down.sql Remove unnecessary transaction (and add necessary) 2023-03-25 02:25:48 +04:00
20230218115851_remove_unique_index_on_word_forms_of_word_value.up.sql Remove unnecessary transaction (and add necessary) 2023-03-25 02:25:48 +04:00
20230218130437_translations.down.sql Add translations 2023-02-18 17:13:28 +04:00
20230218130437_translations.up.sql Add column `translation_texts.commentary` 2023-02-18 17:48:53 +04:00
20230219044854_improve_functions.down.sql Improve functions 2023-02-19 08:55:18 +04:00
20230219044854_improve_functions.up.sql Improve functions 2023-02-19 08:55:18 +04:00
20230219045623_word_commentary.down.sql Remove unnecessary transaction (and add necessary) 2023-03-25 02:25:48 +04:00
20230219045623_word_commentary.up.sql Add column `words.commentary` 2023-02-19 08:58:03 +04:00
20230219051357_word_inflections.down.sql Remove unnecessary transaction (and add necessary) 2023-03-25 02:25:48 +04:00
20230219051357_word_inflections.up.sql Add column `words.inflections` 2023-02-19 09:14:43 +04:00
20230220082304_word_form_length.down.sql Add column `word_forms.len` 2023-02-20 12:31:24 +04:00
20230220082304_word_form_length.up.sql Add column `word_forms.len` 2023-02-20 12:31:24 +04:00
20230220084107_word_form_example_texts_pos.down.sql Add column `word_form_example_texts.pos` 2023-02-20 12:48:00 +04:00
20230220084107_word_form_example_texts_pos.up.sql Add column `word_form_example_texts.pos` 2023-02-20 12:48:00 +04:00
20230220084415_word_form_example_texts_validate.down.sql Add column `word_form_example_texts.pos` 2023-02-20 12:48:00 +04:00
20230220084415_word_form_example_texts_validate.up.sql Add column `word_form_example_texts.pos` 2023-02-20 12:48:00 +04:00
20230305163159_inflections.down.sql Add table `inflections` 2023-03-05 20:35:32 +04:00
20230305163159_inflections.up.sql Add table `inflections` 2023-03-05 20:35:32 +04:00
20230305164404_word_forms_inflection.down.sql Add column `word_forms.inflection_id` 2023-03-05 20:48:13 +04:00
20230305164404_word_forms_inflection.up.sql Add column `word_forms.inflection_id` 2023-03-05 20:48:13 +04:00
20230305173552_word_forms_inflection_require.down.sql Make column `word_forms.inflection_id` NOT NULL 2023-03-05 21:38:21 +04:00
20230305173552_word_forms_inflection_require.up.sql Make column `word_forms.inflection_id` NOT NULL 2023-03-05 21:38:21 +04:00
20230324221957_remove_inflections.down.sql Remove unnecessary transaction (and add necessary) 2023-03-25 02:25:48 +04:00
20230324221957_remove_inflections.up.sql Remove column `words.inflections` 2023-03-25 02:22:12 +04:00
20230324233151_inflections_index.down.sql Add column `inflections.index` 2023-03-25 03:40:42 +04:00
20230324233151_inflections_index.up.sql Add column `inflections.index` 2023-03-25 03:40:42 +04:00
20230324233457_inflections_index_notnull_positive.down.sql Add column `inflections.index` 2023-03-25 03:40:42 +04:00
20230324233457_inflections_index_notnull_positive.up.sql Add column `inflections.index` 2023-03-25 03:40:42 +04:00
20230324235714_word_forms_other_word_id.down.sql Add column `word_forms.other_word_id` 2023-03-25 03:58:19 +04:00
20230324235714_word_forms_other_word_id.up.sql Add column `word_forms.other_word_id` 2023-03-25 03:58:19 +04:00
LICENSE Add LICENSE 2023-01-25 17:36:42 +04:00
README.md Add README.md 2023-01-25 17:40:41 +04:00
pg_dump Add PG dump 2023-03-25 22:05:38 +04:00
verbs Add verbs 2023-03-25 03:01:33 +04:00

README.md

Leqsikoni database

Database schema migrations of the Leqsikoni.