1
0
Fork 0
Database schema migrations of the Leqsikoni
Go to file
Alex Kotov bbc272d5ef
Add column `word_forms.len`
2023-02-20 12:31:24 +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 Add languages 2023-01-25 19:38:21 +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 Require column `words.part_id` 2023-02-18 11:53:52 +04:00
20230218074832_require_word_part_id.up.sql Require column `words.part_id` 2023-02-18 11:53:52 +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 Do not require `parts.english_name` 2023-02-18 13:13:35 +04:00
20230218091110_do_not_require_part_english_name.up.sql Do not require `parts.english_name` 2023-02-18 13:13:35 +04:00
20230218100109_translate_parts.down.sql Translate parts of speech 2023-02-18 14:07:01 +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 column `parts.english_name` 2023-02-18 14:52:28 +04:00
20230218115851_remove_unique_index_on_word_forms_of_word_value.down.sql Remove unique index 2023-02-18 16:00:16 +04:00
20230218115851_remove_unique_index_on_word_forms_of_word_value.up.sql Remove unique index 2023-02-18 16:00:16 +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 Add column `words.commentary` 2023-02-19 08:58:03 +04:00
20230219045623_word_commentary.up.sql Add column `words.commentary` 2023-02-19 08:58:03 +04:00
20230219051357_word_inflections.down.sql Add column `words.inflections` 2023-02-19 09:14:43 +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
LICENSE Add LICENSE 2023-01-25 17:36:42 +04:00
README.md Add README.md 2023-01-25 17:40:41 +04:00

README.md

Leqsikoni database

Database schema migrations of the Leqsikoni.