5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-20 20:40:48 +00:00

fix: estos cambios tampoco
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-04-15 15:16:31 -03:00
parent 020fb250b4
commit 2d6e3443d7

View file

@ -65,11 +65,6 @@ ActiveRecord::Schema.define(version: 2023_04_15_153231) do
t.boolean "crawler", default: false
t.string "http_referer"
t.datetime "created_at", precision: 6
t.decimal "datacenter_co2"
t.decimal "network_co2"
t.decimal "consumer_device_co2"
t.decimal "production_co2"
t.decimal "total_co2"
t.index ["geoip2_data_city_name"], name: "index_access_logs_on_geoip2_data_city_name"
t.index ["geoip2_data_country_name"], name: "index_access_logs_on_geoip2_data_country_name"
t.index ["host"], name: "index_access_logs_on_host"
@ -108,7 +103,7 @@ ActiveRecord::Schema.define(version: 2023_04_15_153231) do
t.string "checksum", null: false
t.datetime "created_at", null: false
t.string "service_name", null: false
t.index ["key", "service_name"], name: "index_active_storage_blobs_on_key_and_service_name", unique: true
t.index ["key"], name: "index_active_storage_blobs_on_key", unique: true
end
create_table "active_storage_variant_records", force: :cascade do |t|