diesel/migrations/postgresql
Sean Griffin 0be0b5e73a Remove the Citext type alias
Since `Citext` is just text internally, I had hoped that this would be
all we needed. Unfortunately, doing `citext_column.eq("foo")` would do a
case sensitive comparison, as `"foo"` would not be coerced to `citext`.
2017-09-28 10:48:45 +02:00
..
2017-09-26-151545_fix_posts_tags Deny warnings in pg integration tests 2017-09-26 10:45:10 -06:00
2017-09-27-135928_remove_citext_table Remove the Citext type alias 2017-09-28 10:48:45 +02:00
00000000000000_diesel_initial_setup Don't magically set up timestamp helpers, create a migration file 2017-07-04 10:41:51 -04:00
20151219180527_create_users_and_posts_and_comments Initial SQLite support 2016-02-03 06:58:24 -07:00
20160107090901_add_tags_to_posts Initial SQLite support 2016-02-03 06:58:24 -07:00
20160116104628_create_special_posts_and_special_comments Initial SQLite support 2016-02-03 06:58:24 -07:00
20160825135747_create_followings Add initial support for composite primary keys 2016-08-25 11:11:09 -04:00
20161206123630_create_table_custom_schema Load custom schemas from infer_schema! 2016-12-08 06:59:29 -05:00
20170209180355_add_one_off_tables_from_integration_tests Change a bunch of tests to not mutate schema in the test 2017-02-09 15:22:33 -05:00
20170211150830_index_columns_used_in_benchmarks Index columns used in migrations 2017-02-11 11:15:17 -05:00
20170215170122_create_trees Don't generate join impls on self referencing associations 2017-02-15 16:23:25 -05:00
20170219200159_add_foreign_key Adds ForeignKeyViolation for DatabaseErrorKind (#740) 2017-02-25 06:51:59 -05:00
20170407152306_add_nullable_table Allow numeric operations on nullable columns. 2017-04-07 19:24:42 +02:00
20170603131224_add_likes Allow one form of multi-table joins, generate correct SQL 2017-06-05 12:53:46 -04:00
20170717152137_add_ranges Add support for the postgres range type 2017-08-04 21:47:05 +02:00
20170721184144_create_citext_table Add support for Citext Postgres Type 2017-07-21 13:52:10 -05:00
20170804172328_add_foreign_keys Infer joinable! from foreign keys in the DB 2017-08-05 12:48:47 -04:00
20170805195107_tables_which_make_infer_joinable_blow_up Don't infer joinable! for joins which are unsupported 2017-08-07 09:01:12 -04:00
20170816164352_add_keywords_table Automatically rename columns which name would collide with a keyword 2017-08-24 13:44:05 +02:00