Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions modules/weko-accounts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@
'weko_accounts_suggest_js = weko_accounts.bundles:suggest_js',
'weko_accounts_shibuser_css = weko_accounts.bundles:shibuser_css',
],
'invenio_db.models': [
'weko_accounts = weko_accounts.models',
],
'invenio_db.alembic': [
'weko_accounts = weko_accounts:alembic',
],
},
extras_require=extras_require,
install_requires=install_requires,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.

"""initial"""
"""Create weko_accounts branch."""

from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = 'd758395731f2'
revision = 'a8e506eb5e32'
down_revision = None
branch_labels = ('invenio_resourcesyncclient',)
branch_labels = ('weko_accounts',)
depends_on = None


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.

"""initial"""
"""Create weko_admin branch."""

from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = '45bf6e63b05a'
revision = '06db73ed4026'
down_revision = None
branch_labels = ('weko_admin',)
depends_on = None
Expand Down
33 changes: 0 additions & 33 deletions modules/weko-admin/weko_admin/alembic/7dc0b1ab5631_add_columns.py

This file was deleted.

38 changes: 0 additions & 38 deletions modules/weko-admin/weko_admin/alembic/b4d2f3c0734b_update.py

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions modules/weko-authors/weko_authors/alembic/5872b2d73941_update.py

This file was deleted.

Loading
Loading