Add airtable url to table sync concern (#236)

This commit is contained in:
Max Wofford
2025-05-16 13:02:27 -04:00
committed by GitHub
parent 0985cb0f38
commit f9a4ce9cfa
6 changed files with 246 additions and 8 deletions

3
db/schema.rb generated
View File

@@ -10,12 +10,9 @@
#
# It's strongly recommended that you check this file into your version control system.
create_schema "pganalyze"
ActiveRecord::Schema[8.0].define(version: 2025_05_16_142043) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_catalog.plpgsql"
enable_extension "pg_stat_statements"
create_table "ahoy_events", force: :cascade do |t|
t.bigint "visit_id"