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

Removing per 2.0 migration scripts #236

Merged
merged 1 commit into from
Jan 29, 2016
Merged
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
1 change: 1 addition & 0 deletions docs/quickstart/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ Additional notifications can be created through the UI or API. See :ref:`Creati

.. code-block:: bash

$ cd /www/lemur/lemur
$ lemur init

.. note:: It is recommended that once the ``lemur`` user is created that you create individual users for every day access. There is currently no way for a user to self enroll for Lemur access, they must have an administrator create an account for them or be enrolled automatically through SSO. This can be done through the CLI or UI. See :ref:`Creating Users <CreatingUsers>` and :ref:`Command Line Interface <CommandLineInterface>` for details.
Expand Down
42 changes: 0 additions & 42 deletions lemur/migrations/versions/1ff763f5b80b_.py

This file was deleted.

2 changes: 1 addition & 1 deletion lemur/migrations/versions/33de094da890_.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# revision identifiers, used by Alembic.
revision = '33de094da890'
down_revision = 'ed422fc58ba'
down_revision = None

from alembic import op
import sqlalchemy as sa
Expand Down
49 changes: 0 additions & 49 deletions lemur/migrations/versions/3b718f59b8ce_.py

This file was deleted.

26 changes: 0 additions & 26 deletions lemur/migrations/versions/4bcfa2c36623_.py

This file was deleted.

41 changes: 0 additions & 41 deletions lemur/migrations/versions/4c8915e461b3_.py

This file was deleted.

31 changes: 0 additions & 31 deletions lemur/migrations/versions/4dc5ddd111b8_.py

This file was deleted.

Loading