1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext/test
Ryuta Kamizono da5843436b SQLite3: Implement add_foreign_key and remove_foreign_key
I implemented Foreign key create in `create_table` for SQLite3 at
#24743. This follows #24743 to implement `add_foreign_key` and
`remove_foreign_key`.
Unfortunately SQLite3 has one limitation that
`PRAGMA foreign_key_list(table-name)` doesn't have constraint name.
So we couldn't implement find/remove foreign key by name for now.

Fixes #35207.
Closes #31343.
2019-02-11 14:15:16 +09:00
..
dummy SQLite3: Implement add_foreign_key and remove_foreign_key 2019-02-11 14:15:16 +09:00
fixtures/files
template
unit Fix error saving Action Text content containing non-blob attachables 2019-01-25 16:57:36 -05:00
test_helper.rb