Class: ClickhouseActiverecord::Schema

Inherits:
ActiveRecord::Schema
  • Object
show all
Defined in:
lib/clickhouse-activerecord/schema.rb

Instance Method Summary collapse

Instance Method Details

#defineObject



5
6
7
8
9
10
11
# File 'lib/clickhouse-activerecord/schema.rb', line 5

def define(...)
  ActiveRecord.deprecator.warn(<<~MSG)
    ClickhouseActiverecord::Schema is deprecated
    and will be removed in 1.2 version. Use ActiveRecord::Schema instead.
  MSG
  super
end