testing the test database
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 21s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 21s
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
-- ============================================================================
|
||||
-- PART 1: EXTENSIONS
|
||||
-- ============================================================================
|
||||
-- Enable necessary PostgreSQL extensions.
|
||||
-- postgis: For storing and querying geographic data (store locations).
|
||||
-- pg_trgm: For trigram-based fuzzy string matching (improving item searches).
|
||||
CREATE EXTENSION IF NOT EXISTS postgis;
|
||||
CREATE EXTENSION IF NOT EXISTS pg_trgm;
|
||||
CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; -- For generating UUIDs
|
||||
|
||||
-- ============================================================================
|
||||
-- PART 2: TABLES
|
||||
-- ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user