1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailbox/test/dummy
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
..
app
bin
config Changed webserver to web server. 2019-01-22 21:11:03 +05:30
db SQLite3: Implement add_foreign_key and remove_foreign_key 2019-02-11 14:15:16 +09:00
lib/assets
log
public
storage
.babelrc
.postcssrc.yml
config.ru
package.json
Rakefile
yarn.lock