Class: ClickhouseActiverecord::Schema
- Inherits:
-
ActiveRecord::Schema
- Object
- ActiveRecord::Schema
- ClickhouseActiverecord::Schema
- Defined in:
- lib/clickhouse-activerecord/schema.rb
Instance Method Summary collapse
Instance Method Details
#define ⇒ Object
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 |