discourse-data-explorer/db/migrate
Bianca Nenciu b43d82d5d6
DEV: Fix mismatched column types (#329)
The primary key is usually a bigint column, but the foreign key columns
are usually of integer type. This can lead to issues when joining these
columns due to mismatched types and different value ranges.
2024-10-10 16:29:37 +03:00
..
20200810053843_create_data_explorer_queries.rb DEV: Introduce syntax_tree for ruby formatting (#208) 2022-12-29 13:31:29 +01:00
20200902225712_fix_query_ids.rb DEV: Introduce syntax_tree for ruby formatting (#208) 2022-12-29 13:31:29 +01:00
20230227102505_rename_data_explorer_namespace.rb DEV: Update plugin to match latest guidelines (#229) 2023-03-22 23:29:08 +02:00
20241009161603_alter_query_id_to_bigint.rb DEV: Fix mismatched column types (#329) 2024-10-10 16:29:37 +03:00