1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 03:55:20 +02:00

Basic implementation + tests

This commit is contained in:
Zach Gollwitzer 2025-04-02 12:47:07 -04:00
parent 016b48a71c
commit f07940bf45
8 changed files with 191 additions and 19 deletions

2
db/schema.rb generated
View file

@ -492,7 +492,7 @@ ActiveRecord::Schema[7.2].define(version: 2025_04_01_194500) do
create_table "rules", id: :uuid, default: -> { "gen_random_uuid()" }, force: :cascade do |t|
t.uuid "family_id", null: false
t.string "resource_type", null: false
t.date "effective_date", null: false
t.date "effective_date"
t.boolean "active", default: true, null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false