mirror of https://github.com/docusealco/docuseal
parent
1b2dec4c2a
commit
bb613059de
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddArchivedAtToAccounts < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_column :accounts, :archived_at, :datetime
|
||||
end
|
||||
end
|
||||
Loading…
Reference in new issue