diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-08 10:00:48 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-08 10:10:24 +0100 |
| commit | 25ee6490e4e29a69b736ea95a2b198fcc7f98751 (patch) | |
| tree | d0af905b76e0ba36447ddb8889da8d4422b3483c /db/schema.rb | |
| parent | 7260bdfbee719a93ffe6752ff08c3a77bc198b2d (diff) | |
| download | operum-25ee6490e4e29a69b736ea95a2b198fcc7f98751.tar.gz operum-25ee6490e4e29a69b736ea95a2b198fcc7f98751.zip | |
Upgrade to Rails 8
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 50fae4d..32aa6c5 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.1].define(version: 2024_03_18_211829) do +ActiveRecord::Schema[8.0].define(version: 2024_11_08_085227) do create_table "action_text_rich_texts", force: :cascade do |t| t.string "name", null: false t.text "body" |
