revert hard coded Guthaben

This commit is contained in:
viehlieb 2023-12-11 13:43:12 +01:00
parent bcc647dabb
commit bdeee02873
2 changed files with 16 additions and 1 deletions

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.0].define(version: 2023_11_28_133642) do
ActiveRecord::Schema[7.0].define(version: 2023_12_11_121430) do
create_table "action_text_rich_texts", charset: "utf8mb4", force: :cascade do |t|
t.string "name", null: false
t.text "body", size: :long