feat: implement basic fairy tracker
This commit is contained in:
parent
1e46ad269e
commit
8109bacb0d
27 changed files with 290 additions and 7 deletions
3
db/schema.rb
generated
3
db/schema.rb
generated
|
@ -15,7 +15,7 @@ ActiveRecord::Schema[8.0].define(version: 2025_03_10_183912) do
|
|||
enable_extension "pg_catalog.plpgsql"
|
||||
|
||||
create_table "fairies", force: :cascade do |t|
|
||||
t.integer "location"
|
||||
t.string "location"
|
||||
t.boolean "is_despawned"
|
||||
t.boolean "is_suggested"
|
||||
t.bigint "instance_id", null: false
|
||||
|
@ -31,6 +31,7 @@ ActiveRecord::Schema[8.0].define(version: 2025_03_10_183912) do
|
|||
t.string "zone"
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.index ["public_id"], name: "index_instances_on_public_id"
|
||||
end
|
||||
|
||||
create_table "pops", force: :cascade do |t|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue