mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 05:34:55 +08:00
5 lines
122 B
Ruby
5 lines
122 B
Ruby
class CreateSearchRepositories < ActiveRecord::Migration[5.1]
|
|
def change
|
|
create_view :search_repositories
|
|
end
|
|
end
|