-
Notifications
You must be signed in to change notification settings - Fork 0
Github mirror of "analytics/data-warehouse" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing
wikimedia/analytics-data-warehouse
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
To install alembic and the warehouse python package that holds the migrations please run the following in the current directory: $ sudo pip install -e . To get the sql for the initial revision: $ alembic upgrade 1 --sql To upgrade among two revisions, say revisions 19 and 20 $ alembic upgrade 19:20 --sql > migration.sql To downgrade from revision 20 to revision 19 $ alembic downgrade 20:19 --sql > migration.sql To run all revisions up to revision 19 (will run rev 1, 2...19) $ alembic upgrade 19 --sql
About
Github mirror of "analytics/data-warehouse" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing
Resources
Code of conduct
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published