mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 02:11:42 +00:00
feat: almacenar el último commit indexado #13780
This commit is contained in:
parent
6bd62b98d6
commit
8376e663ce
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
# Almacenar el último commit indexado
|
||||
class AddLastIndexedCommitToSites < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :sites, :last_indexed_commit, :string, null: true
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue