mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
5 lines
134 B
Ruby
5 lines
134 B
Ruby
class ChangeAuctionsUuidDefault < ActiveRecord::Migration[6.0]
|
|
def change
|
|
change_column_default :auctions, :uuid, nil
|
|
end
|
|
end
|