Skip to content

Commit 906a1e7

Browse files
committed
update migration
1 parent c657eed commit 906a1e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

warehouse/migrations/versions/e9de3397b71e_add_archived_column_to_files.py renamed to warehouse/migrations/versions/d142f435bb39_add_archived_column_to_files.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212
"""
13-
Add archived column to files
13+
add archived column to files
1414
15-
Revision ID: e9de3397b71e
16-
Revises: 203f1f8dcf92
17-
Create Date: 2023-04-10 00:01:06.306182
15+
Revision ID: d142f435bb39
16+
Revises: 665b6f8fd9ac
17+
Create Date: 2023-04-11 10:11:22.602965
1818
"""
1919

2020
import sqlalchemy as sa
2121

2222
from alembic import op
2323

24-
revision = "e9de3397b71e"
25-
down_revision = "203f1f8dcf92"
24+
revision = "d142f435bb39"
25+
down_revision = "665b6f8fd9ac"
2626

2727

2828
def upgrade():

0 commit comments

Comments
 (0)