You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
461 B
15 lines
461 B
4 months ago
|
# This database migration does nothing. It works as a replacement for a reverted
|
||
|
# migrate CL: https://chromium-review.googlesource.com/#/c/253760
|
||
|
# For routine database migration revert, a new CL should be added to add
|
||
|
# DOWN_SQL of the reverted migration as UP_SQL. However, in that CL's case,
|
||
|
# DOWN_SQL is not available.
|
||
|
# The dummy migration avoid the requirement to manually downgrade migrate_info
|
||
|
# in each database.
|
||
|
|
||
|
UP_SQL = """
|
||
|
"""
|
||
|
|
||
|
DOWN_SQL="""
|
||
|
"""
|
||
|
|