fc56ad9d7c
- Switch to binary 16 for UUID keys - Remove AccountScopedRecord base class, all model use binary uuids now - Fix the search sql to serialize uuids properly - Patch the MySQL schema dumper to output binary lengths
4 lines
82 B
Ruby
4 lines
82 B
Ruby
class Card::ActivitySpike < ApplicationRecord
|
|
belongs_to :card, touch: true
|
|
end
|