mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 01:41:42 +00:00
fix: estos cambios tampoco
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
020fb250b4
commit
2d6e3443d7
1 changed files with 1 additions and 6 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue