mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 04:24:06 +00:00
Implement auto family syncs on login (#1021)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddLastSyncedAtToFamily < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :families, :last_synced_at, :datetime
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user