Ghost/core/server/data
Daniel Lockyer 11f64e91c0
Added extra handling for errors when adding foreign key
- this section of code handles the errors that arise when we add a
  foreign key to a table
- locally, I get different errors than the one listed - `ER_FK_DUP_KEY`
  and `ER_FK_DUP_NAME`
- I've been trying to find a good source for what each code is but it
  looks highly likely to be differences in DB engines
- we should probably handle these errors anyway because we don't want
  migrations to error out
2022-03-02 12:37:39 +01:00
..
db Added library for extracting database information 2022-01-18 09:31:08 +00:00
exporter Added pivot table to store tiers on post (#14038) 2022-01-31 15:33:58 +05:30
importer Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
migrations Added visible column to products table (#14221) 2022-03-01 18:11:59 +02:00
schema Added extra handling for errors when adding foreign key 2022-03-02 12:37:39 +01:00