1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00

Fix for invalid accountable data (#1086)

This commit is contained in:
Zach Gollwitzer 2024-08-15 12:49:49 -04:00 committed by GitHub
parent 1f6f55c4a8
commit acf3564a86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 26 deletions

2
db/schema.rb generated
View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.2].define(version: 2024_08_07_153618) do
ActiveRecord::Schema[7.2].define(version: 2024_08_13_170608) do
# These are extensions that must be enabled in order to support this database
enable_extension "pgcrypto"
enable_extension "plpgsql"