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/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 Move all npm packages to @rails scope 2019-01-10 11:01:57 -05:00
bin Import Action Text 2019-01-04 22:22:49 -05:00
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 Import Action Text 2019-01-04 22:22:49 -05:00
log Import Action Text 2019-01-04 22:22:49 -05:00
public Import Action Text 2019-01-04 22:22:49 -05:00
storage Import Action Text 2019-01-04 22:22:49 -05:00
tmp Import Action Text 2019-01-04 22:22:49 -05:00
.babelrc Import Action Text 2019-01-04 22:22:49 -05:00
.postcssrc.yml Import Action Text 2019-01-04 22:22:49 -05:00
config.ru Import Action Text 2019-01-04 22:22:49 -05:00
package.json Import Action Text 2019-01-04 22:22:49 -05:00
Rakefile Import Action Text 2019-01-04 22:22:49 -05:00
yarn.lock Import Action Text 2019-01-04 22:22:49 -05:00