Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(store): drop fileGroup support #1714

Merged
merged 1 commit into from Apr 10, 2022
Merged

chore(store): drop fileGroup support #1714

merged 1 commit into from Apr 10, 2022

Conversation

dirkdev98
Copy link
Member

Closes #1705

BREAKING CHANGE:

  • Any reference to fileGroup should be removed. If you need the exact behavior that it had, please check the removed code via it's pull request link above. Most notably: gen/store.js and packages/store/src/file-group.js.
  • Run the following SQL in a migration:
DROP TABLE "fileGroup" CASCADE;

BREAKING CHANGE:
- Any reference to `fileGroup` should be removed. If you need the exact behavior that it had, please check the removed code via it's pull request link above. Most notably: `gen/store.js` and `packages/store/src/file-group.js`.
- Run the following SQL in a migration:
```sql
DROP TABLE "fileGroup" CASCADE;
```
@dirkdev98 dirkdev98 enabled auto-merge (squash) April 10, 2022 19:53
@dirkdev98 dirkdev98 merged commit 0011567 into main Apr 10, 2022
@dirkdev98 dirkdev98 deleted the chore/drop-file-group branch April 10, 2022 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

store(FileGroup): drop file group support
1 participant