@dosgato/api 0.0.66 → 0.0.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -142,7 +142,7 @@ const dgMigrations = [
142
142
  `);
143
143
  await db.execute(`
144
144
  ALTER TABLE sites
145
- DROP CONSTRAINT FK_sites_assetfolders,
145
+ DROP FOREIGN KEY FK_sites_assetfolders,
146
146
  DROP INDEX asset_root_id_UNIQUE,
147
147
  DROP COLUMN rootAssetFolderId
148
148
  `);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosgato/api",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
4
4
  "description": "A CMS designed for large institutions with thousands of editors and hundreds of subsites.",
5
5
  "type": "module",
6
6
  "exports": {