diesel/migrations
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
..
mysql Automatically rename columns which name would collide with a keyword 2017-08-24 13:44:05 +02:00
postgresql Remove the Citext type alias 2017-09-28 10:48:45 +02:00
sqlite Automatically rename columns which name would collide with a keyword 2017-08-24 13:44:05 +02:00