Skip to content

Commit

Permalink
fix: Remove a commented line of code (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzimbel-mbta authored Dec 17, 2024
1 parent b9e20dc commit 30426b2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ defmodule Arrow.Repo.Migrations.AddNewRouteDescValues do
])

# 3. Convert gtfs_routes.desc to route_desc_v1 type.
# execute("ALTER TABLE gtfs_routes ALTER COLUMN desc TYPE route_desc_v1 USING (desc::text::route_desc_v1)")
execute("""
ALTER TABLE gtfs_routes ALTER COLUMN "desc" TYPE route_desc_v1 USING ("desc"::text::route_desc_v1)
""")
Expand Down

0 comments on commit 30426b2

Please sign in to comment.