mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 20:27:30 +02:00
6 lines
No EOL
152 B
Ruby
6 lines
No EOL
152 B
Ruby
class RemoveCsrCrtFromUsers < ActiveRecord::Migration
|
|
def change
|
|
remove_column :users, :csr, :text
|
|
remove_column :users, :crt, :text
|
|
end
|
|
end |