Skip to content

Commit

Permalink
Add migration for map_library_url (performant-software/core-data-clou…
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Feb 10, 2025
1 parent 32176e1 commit 6de38b0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddMapLibraryUrlToCoreDataConnectorProjects < ActiveRecord::Migration[7.0]
def change
add_column :core_data_connector_projects, :map_library_url, :string
end
end

0 comments on commit 6de38b0

Please sign in to comment.