blinkagent[bot]
d5296a4855
chore: add lint/migrations to detect hardcoded public schema ( #21496 )
...
## Problem
Migration 000401 introduced a hardcoded `public.` schema qualifier which
broke deployments using non-public schemas (see #21493 ). We need to
prevent this from happening again.
## Solution
Adds a new `lint/migrations` Make target that validates database
migrations do not hardcode the `public` schema qualifier. Migrations
should rely on `search_path` instead to support deployments using
non-public schemas.
## Changes
- Added `scripts/check_migrations_schema.sh` - a linter script that
checks for `public.` references in migration files (excluding test
fixtures)
- Added `lint/migrations` target to the Makefile
- Added `lint/migrations` to the main `lint` target so it runs in CI
## Testing
- Verified the linter **fails** on current `main` (which has the
hardcoded `public.` in migration 000401)
- Verified the linter **passes** after applying the fix from #21493
```bash
# On main (fails)
$ make lint/migrations
ERROR: Migrations must not hardcode the 'public' schema. Use unqualified table names instead.
# After fix (passes)
$ make lint/migrations
Migration schema references OK
```
## Depends on
- #21493 must be merged first (or this PR will fail CI until it is)
---------
Signed-off-by: Danny Kopping <danny@coder.com >
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
Co-authored-by: Danny Kopping <danny@coder.com >
2026-01-15 14:17:16 +02:00
..
2026-01-15 14:17:16 +02:00
2025-03-18 14:47:30 +02:00
2025-03-25 12:18:06 +00:00
2024-08-13 12:53:47 -05:00
2024-08-13 12:53:47 -05:00
2024-09-03 13:04:06 +02:00
2024-08-14 14:22:43 -03:00
2024-08-21 11:18:03 +02:00
2024-08-21 11:18:03 +02:00
2024-08-21 12:46:11 +00:00
2024-08-21 12:46:11 +00:00
2024-08-22 13:52:25 +02:00
2024-08-22 13:52:25 +02:00
2024-08-27 14:35:28 +00:00
2024-08-27 14:35:28 +00:00
2024-09-09 14:39:32 +01:00
2024-09-09 14:39:32 +01:00
2024-09-16 20:02:08 +00:00
2024-09-16 20:02:08 +00:00
2024-09-17 18:08:18 +01:00
2024-09-17 18:08:18 +01:00
2024-09-17 19:41:34 -05:00
2024-09-17 19:41:34 -05:00
2024-09-18 09:11:44 +02:00
2024-09-18 09:11:44 +02:00
2024-09-18 11:26:34 +00:00
2024-09-18 11:26:34 +00:00
2024-09-20 01:52:14 +10:00
2024-09-20 01:52:14 +10:00
2024-09-20 14:26:13 +01:00
2024-09-20 14:26:13 +01:00
2024-09-24 10:51:49 +01:00
2024-09-24 10:51:49 +01:00
2024-09-25 17:46:51 +01:00
2024-09-25 17:46:51 +01:00
2024-09-26 13:20:44 -05:00
2024-09-26 13:20:44 -05:00
2024-10-02 09:30:33 -06:00
2024-10-02 09:30:33 -06:00
2024-10-04 11:53:25 +01:00
2024-10-04 11:53:25 +01:00
2024-10-09 17:31:12 -05:00
2024-10-09 17:31:12 -05:00
2024-10-14 12:34:32 +00:00
2024-10-14 12:34:32 +00:00
2024-10-15 21:02:02 +02:00
2024-10-15 21:02:02 +02:00
2024-10-16 21:53:24 +02:00
2024-10-16 21:53:24 +02:00
2024-10-18 09:50:22 -03:00
2024-10-18 09:50:22 -03:00
2024-10-21 16:09:59 +01:00
2024-10-21 16:09:59 +01:00
2024-10-22 13:47:30 +01:00
2024-10-22 13:47:30 +01:00
2024-10-22 09:20:54 -05:00
2024-10-22 09:20:54 -05:00
2024-10-24 13:12:12 +01:00
2024-10-24 13:12:12 +01:00
2024-10-25 17:14:35 +01:00
2024-10-25 17:14:35 +01:00
2024-10-29 09:57:40 +00:00
2024-10-29 09:57:40 +00:00
2024-11-01 14:36:12 +11:00
2024-11-01 14:36:12 +11:00
2024-11-15 11:39:05 +00:00
2024-11-15 11:39:05 +00:00
2024-11-15 11:39:05 +00:00
2024-11-15 11:39:05 +00:00
2024-11-16 21:56:19 +01:00
2024-11-16 21:56:19 +01:00
2024-11-27 20:01:08 +01:00
2024-11-27 20:01:08 +01:00
2024-12-02 21:02:36 +00:00
2024-12-02 21:02:36 +00:00
2024-12-20 13:53:10 +00:00
2024-12-20 13:53:10 +00:00
2025-01-02 12:19:34 +00:00
2025-01-02 12:19:34 +00:00
2025-01-02 15:02:04 -06:00
2025-01-02 15:02:04 -06:00
2025-01-03 11:27:02 +01:00
2025-01-03 11:27:02 +01:00
2025-01-13 13:08:16 +02:00
2025-01-13 13:08:16 +02:00
2025-01-13 15:01:47 +00:00
2025-01-13 15:01:47 +00:00
2025-01-13 15:01:47 +00:00
2025-01-13 15:01:47 +00:00
2025-01-14 16:40:26 +00:00
2025-01-14 16:40:26 +00:00
2025-01-17 11:55:41 -06:00
2025-01-17 11:55:41 -06:00
2025-01-31 13:55:46 +01:00
2025-01-31 13:55:46 +01:00
2025-02-04 18:45:33 +01:00
2025-02-04 18:45:33 +01:00
2025-02-04 19:25:18 +00:00
2025-02-04 19:25:18 +00:00
2025-02-11 13:55:09 +02:00
2025-02-11 13:55:09 +02:00
2025-02-12 14:41:14 +02:00
2025-02-12 14:41:14 +02:00
2025-02-17 13:02:30 +00:00
2025-02-17 13:02:30 +00:00
2025-02-17 16:56:52 +00:00
2025-02-17 16:56:52 +00:00
2025-02-19 13:08:38 +00:00
2025-02-19 13:08:38 +00:00
2025-02-24 12:59:41 -05:00
2025-02-24 12:59:41 -05:00
2025-03-03 10:12:48 +01:00
2025-03-03 10:12:48 +01:00
2025-03-03 10:02:18 -05:00
2025-03-03 10:02:18 -05:00
2025-03-05 10:46:03 -07:00
2025-03-05 10:46:03 -07:00
2025-03-05 23:13:42 +01:00
2025-03-05 23:13:42 +01:00
2025-03-18 13:50:52 +02:00
2025-03-18 13:50:52 +02:00
2025-03-20 14:10:45 +00:00
2025-03-20 14:10:45 +00:00
2025-03-20 19:09:39 +02:00
2025-03-20 19:09:39 +02:00
2025-03-21 13:31:17 +01:00
2025-03-21 13:31:17 +01:00
2025-03-21 16:05:08 +01:00
2025-03-21 16:05:08 +01:00
2025-03-24 10:01:50 -06:00
2025-03-24 10:01:50 -06:00
2025-03-25 11:29:02 +01:00
2025-03-25 11:29:02 +01:00
2025-03-25 12:18:06 +00:00
2025-03-25 12:18:06 +00:00
2025-03-25 12:59:20 +00:00
2025-03-25 12:59:20 +00:00
2025-03-25 15:31:24 -04:00
2025-03-25 15:31:24 -04:00
2025-03-26 15:54:03 +01:00
2025-03-26 15:54:03 +01:00
2025-03-27 10:03:53 +00:00
2025-03-27 10:03:53 +00:00
2025-03-31 10:55:44 -04:00
2025-03-31 10:55:44 -04:00
2025-04-03 10:58:30 +02:00
2025-04-03 10:58:30 +02:00
2025-04-03 10:58:30 +02:00
2025-04-03 10:58:30 +02:00
2025-04-10 13:32:19 +01:00
2025-04-10 13:32:19 +01:00
2025-04-15 10:47:42 +01:00
2025-04-15 10:47:42 +01:00
2025-05-01 13:26:01 -03:00
2025-05-01 13:26:01 -03:00
2025-05-02 17:29:57 +01:00
2025-05-02 17:29:57 +01:00
2025-05-12 13:50:07 -06:00
2025-05-12 13:50:07 -06:00
2025-05-13 00:01:31 +01:00
2025-05-13 00:01:31 +01:00
2025-05-13 13:52:55 +01:00
2025-05-13 13:52:55 +01:00
2025-05-13 20:51:01 +02:00
2025-05-13 20:51:01 +02:00
2025-05-14 14:52:22 +02:00
2025-05-14 14:52:22 +02:00
2025-05-14 12:21:36 -05:00
2025-05-14 12:21:36 -05:00
2025-05-15 15:32:52 +01:00
2025-05-15 15:32:52 +01:00
2025-05-15 17:55:17 -05:00
2025-05-15 17:55:17 -05:00
2025-05-21 15:16:38 -04:00
2025-05-21 15:16:38 -04:00
2025-05-21 15:16:38 -04:00
2025-05-21 15:16:38 -04:00
2025-05-27 11:42:07 -03:00
2025-05-27 11:42:07 -03:00
2025-05-27 13:13:08 -06:00
2025-05-27 13:13:08 -06:00
2025-05-28 14:21:17 +01:00
2025-05-28 14:21:17 +01:00
2025-05-29 08:55:19 -05:00
2025-05-29 08:55:19 -05:00
2025-06-12 12:15:05 -04:00
2025-06-12 12:15:05 -04:00
2025-06-13 15:54:02 +02:00
2025-06-13 15:54:02 +02:00
2025-06-16 16:15:59 -06:00
2025-06-16 16:15:59 -06:00
2025-06-17 16:08:34 +02:00
2025-06-17 16:08:34 +02:00
2025-06-19 13:32:51 +00:00
2025-06-19 13:32:51 +00:00
2025-06-19 11:08:48 -04:00
2025-06-19 11:08:48 -04:00
2025-06-20 14:34:31 -08:00
2025-06-20 14:34:31 -08:00
2025-06-24 12:19:19 +02:00
2025-06-24 12:19:19 +02:00
2025-06-24 10:36:37 +00:00
2025-06-24 10:36:37 +00:00
2025-06-25 13:03:32 +00:00
2025-06-25 13:03:32 +00:00
2025-07-01 15:39:29 +02:00
2025-07-01 15:39:29 +02:00
2025-07-02 15:05:42 +00:00
2025-07-02 15:05:42 +00:00
2025-07-02 16:15:10 +00:00
2025-07-02 16:15:10 +00:00
2025-07-03 18:33:47 +02:00
2025-07-03 18:33:47 +02:00
2025-07-03 19:13:13 +02:00
2025-07-03 19:13:13 +02:00
2025-07-15 14:36:06 +10:00
2025-07-15 14:36:06 +10:00
2025-07-22 13:11:27 +02:00
2025-07-22 13:11:27 +02:00
2025-07-28 15:02:26 +01:00
2025-07-28 15:02:26 +01:00
2025-07-28 20:41:49 -05:00
2025-07-28 20:41:49 -05:00
2025-07-30 13:42:39 -07:00
2025-07-30 13:42:39 -07:00
2025-07-30 17:02:51 -06:00
2025-07-30 17:02:51 -06:00
2025-07-30 19:09:53 -05:00
2025-07-30 19:09:53 -05:00
2025-08-07 11:00:31 +10:00
2025-08-07 06:19:00 +00:00
2025-08-07 15:58:59 -04:00
2025-08-07 15:58:59 -04:00
2025-08-14 09:50:31 -05:00
2025-08-14 09:50:31 -05:00
2025-08-16 01:31:00 +10:00
2025-08-16 01:31:00 +10:00
2025-08-19 10:29:51 +02:00
2025-08-19 10:29:51 +02:00
2025-08-21 07:56:41 -07:00
2025-08-21 07:56:41 -07:00
2025-08-30 03:39:37 +10:00
2025-08-30 03:39:37 +10:00
2025-09-04 13:43:50 -07:00
2025-09-04 13:43:50 -07:00
2025-09-08 08:54:12 +00:00
2025-09-08 08:54:12 +00:00
2025-09-08 13:13:12 +03:00
2025-09-08 13:13:12 +03:00
2025-09-10 10:01:50 +01:00
2025-09-10 10:01:50 +01:00
2025-09-10 11:01:54 -05:00
2025-09-10 11:01:54 -05:00
2025-09-11 15:08:57 +02:00
2025-09-11 15:08:57 +02:00
2025-09-15 12:30:17 +10:00
2025-09-15 12:30:17 +10:00
2025-09-16 21:31:17 +02:00
2025-09-16 21:31:17 +02:00
2025-09-22 19:26:51 +02:00
2025-11-25 21:44:59 -06:00
2025-09-25 13:32:16 +02:00
2025-09-25 13:32:16 +02:00
2025-09-26 11:56:34 +02:00
2025-09-26 11:56:34 +02:00
2025-09-27 00:20:33 +10:00
2025-09-27 00:20:33 +10:00
2025-09-29 13:17:08 +02:00
2025-09-29 13:17:08 +02:00
2025-09-29 16:44:53 +01:00
2025-09-29 16:44:53 +01:00
2025-10-06 12:08:17 +02:00
2025-10-06 12:08:17 +02:00
2025-10-13 12:02:22 +03:00
2025-10-13 12:02:22 +03:00
2025-10-13 12:25:58 +03:00
2025-10-13 12:25:58 +03:00
2025-10-13 12:42:38 +03:00
2025-10-13 12:42:38 +03:00
2025-10-15 16:13:59 +00:00
2025-10-15 16:13:59 +00:00
2025-10-15 16:34:33 +00:00
2025-10-15 16:34:33 +00:00
2025-10-16 10:21:08 +01:00
2025-10-16 10:21:08 +01:00
2025-10-20 18:28:10 -04:00
2025-10-20 18:28:10 -04:00
2025-10-22 16:18:31 +11:00
2025-10-22 16:18:31 +11:00
2025-10-23 13:29:05 +02:00
2025-10-23 13:29:05 +02:00
2025-10-23 19:29:23 +03:00
2025-10-23 19:29:23 +03:00
2025-10-23 15:38:49 -05:00
2025-10-23 15:38:49 -05:00
2025-10-24 11:54:51 +00:00
2025-10-24 11:54:51 +00:00
2025-10-28 03:16:41 +11:00
2025-10-28 03:16:41 +11:00
2025-10-28 14:29:29 +00:00
2025-10-28 14:29:29 +00:00
2025-10-28 17:21:23 +00:00
2025-10-28 17:21:23 +00:00
2025-10-29 15:45:45 +00:00
2025-10-29 15:45:45 +00:00
2025-11-03 13:46:38 +02:00
2025-11-03 13:46:38 +02:00
2025-11-07 12:45:45 +02:00
2025-11-07 12:45:45 +02:00
2025-11-10 13:46:41 +01:00
2025-11-10 13:46:41 +01:00
2025-11-13 14:04:12 -06:00
2025-11-13 14:04:12 -06:00
2025-11-14 18:05:29 +00:00
2025-11-14 18:05:29 +00:00
2025-11-20 17:12:25 +01:00
2025-11-20 17:12:25 +01:00
2025-11-25 13:00:59 +00:00
2025-11-25 13:00:59 +00:00
2026-01-14 05:40:30 +02:00
2026-01-14 05:40:30 +02:00
2025-12-04 17:56:13 +02:00
2025-12-04 17:56:13 +02:00
2025-12-15 08:42:08 -08:00
2025-12-15 08:42:08 -08:00
2026-01-05 07:43:08 -08:00
2026-01-05 07:43:08 -08:00
2026-01-09 11:13:16 -06:00
2026-01-09 11:13:16 -06:00
2026-01-12 18:19:19 -08:00
2026-01-12 18:19:19 -08:00
2026-01-12 18:19:19 -08:00
2026-01-12 18:19:19 -08:00
2026-01-12 18:19:19 -08:00
2026-01-12 18:19:19 -08:00
2025-03-06 12:21:14 +02:00
2025-10-23 19:29:23 +03:00
2024-11-04 17:23:31 +01:00