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

Patch: add autopatches SQL migration file for custom dateCreated & dateModified column in some tables #7

Draft
wants to merge 3 commits into
base: stable-cermati
Choose a base branch
from

Conversation

faiz-alhadiid
Copy link

In recent years, we add columns to some tables in phabricator that will be used by Data Team in redash. The schema upgrade is done manually by running SQL script directly. It is not proper that since that migration we keep getting error warning after bin/storage upgrade

SURPLUS SCHEMATA
You have surplus schemata (extra tables or columns which this software does not expect). For information on resolving these issues, see the "Surplus Schemata" section in the "Managing Storage Adjustments" article in the documentation.

The errors also shown in Phabricator Web UI
image

This PR should fix surplus schemata error warning.

Reference:
https://p.cermati.com/T73228
https://p.cermati.com/T102212

@faiz-alhadiid faiz-alhadiid changed the title Patch: add autopatches SQL migration file for custom dateCreated & dateModified Patch: add autopatches SQL migration file for custom dateCreated & dateModified column in some tables Aug 14, 2024
@faiz-alhadiid faiz-alhadiid marked this pull request as draft August 14, 2024 10:44
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.

1 participant