feat: update database schema and migrations

This commit is contained in:
eligrinfeld 2025-01-06 21:24:54 -07:00
parent 765c8e549c
commit 7fa0e9dd9d
9 changed files with 635 additions and 2 deletions

View file

@ -12,4 +12,4 @@ WHERE table_schema = 'public'
AND table_name = 'businesses';
-- Check row count
SELECT count(*) FROM businesses;
SELECT COUNT(*) as count FROM businesses;