From 58b8574cb4c8135a36980248198cef205c4ed26c Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sun, 23 Aug 2026 01:11:52 +0200 Subject: [PATCH] schema update --- apps/api/db/schema.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/api/db/schema.rb b/apps/api/db/schema.rb index dc66a77..1325fc5 100644 --- a/apps/api/db/schema.rb +++ b/apps/api/db/schema.rb @@ -1,3 +1,15 @@ +# This file is auto-generated from the current state of the database. Instead +# of editing this file, please use the migrations feature of Active Record to +# incrementally modify your database, and then regenerate this schema definition. +# +# This file is the source Rails uses to define your schema when running `bin/rails +# db:schema:load`. When creating a new database, `bin/rails db:schema:load` tends to +# be faster and is potentially less error prone than running all of your +# migrations from scratch. Old migrations may fail to apply correctly if those +# migrations use external dependencies or application code. +# +# It's strongly recommended that you check this file into your version control system. + ActiveRecord::Schema[8.1].define(version: 2026_08_19_121824) do create_table "admin_users", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t| t.datetime "created_at", null: false