mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:41:43 +00:00
5d24834234
fixes #1552 fixes #1553 fixes #1554 fixes #1555
5 lines
128 B
Ruby
5 lines
128 B
Ruby
class ChangeBytesToBigInt < ActiveRecord::Migration[6.1]
|
|
def change
|
|
change_column :build_stats, :bytes, :bigint
|
|
end
|
|
end
|