Skip to content

Commit

Permalink
WIP: ignore more
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonaowen committed Nov 23, 2024
1 parent 00ed412 commit 0a3a26b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .sqlfluffignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
dist/
node_modules/

# Migrations are immutable, so already-committed migrations cannot be corrected.
# https://github.com/zakpatterson/postgres-schema-migrations/blob/75f22a65d3a8ddd16356e74538316fec2ca0202e/README.md#hash-checks-for-previous-migrations
src/database/migrations/0001-create-canonical_fields.sql
Expand Down Expand Up @@ -41,3 +44,6 @@ src/database/migrations/0038-alter-users-use-keycloak_user_id-as-primary-key.sql
src/database/migrations/0039-rename-organizations-to-changemakers.sql
src/database/migrations/0040-create-permission-tables.sql
src/database/migrations/0041-rename-bulk_uploads-to-bulk_upload_tasks.sql

# This file is very large, and is intended to be removed soon.
src/database/seeds/0001-insert-base_fields.sql

0 comments on commit 0a3a26b

Please sign in to comment.