1
0
Fork 0
forked from gitea/nas

Merge remote-tracking branch 'parent/main' into kbtopic-remove-quote

This commit is contained in:
KMY 2025-04-26 08:37:43 +09:00
commit 3233caba60
3 changed files with 23 additions and 4 deletions

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[8.0].define(version: 2025_04_23_224935) do
ActiveRecord::Schema[8.0].define(version: 2025_04_25_134308) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_catalog.plpgsql"
@ -1180,7 +1180,7 @@ ActiveRecord::Schema[8.0].define(version: 2025_04_23_224935) do
t.string "url"
end
create_table "quotes", force: :cascade do |t|
create_table "quotes", id: :bigint, default: -> { "timestamp_id('quotes'::text)" }, force: :cascade do |t|
t.bigint "account_id", null: false
t.bigint "status_id", null: false
t.bigint "quoted_status_id"