Sha256: 6d8866958ed91f0f7ed1e3da2e6d87108db01251a3bf721fa9bae828d1b3412a

Contents?: true

Size: 338 Bytes

Versions: 1

Compression:

Stored size: 338 Bytes

Contents

Sequel.migration do
    up do
        execute("ALTER TABLE values CHANGE timestamp timestamp BIGINT")
        execute("ALTER TABLE errors CHANGE timestamp timestamp BIGINT")
        execute("ALTER TABLE actions CHANGE timestamp timestamp BIGINT")
        execute("ALTER TABLE active_alerts CHANGE timestamp timestamp BIGINT")
    end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
perus-1.0.2 lib/perus/server/migrations/016_values_use_bigint.rb