Will Wilson
ad23820a2e
fix: change postal_code column from integer to string ( #1585 )
...
* fix: change postal_code column from integer to string
Allows non-numeric postal codes such as UK format (e.g. SW1A 2AA).
The integer column was silently dropping any alphanumeric input.
The migration is marked irreversible — once alphanumeric postal codes
exist, they cannot be safely cast back to integer.
* fix: update schema.rb, quote fixture postal_code, and add alphanumeric test
* fix: use conventional migration timestamp
2026-04-29 15:30:04 +02:00
..
2026-02-02 16:27:02 +01:00
2026-02-02 16:27:02 +01:00
2026-02-09 11:09:25 +01:00
2026-01-09 13:03:40 +01:00
2026-01-23 22:05:28 +01:00
2026-01-07 15:59:04 +01:00
2026-01-10 16:39:18 +01:00
2026-01-23 22:12:02 +01:00
2026-01-03 17:56:42 -05:00
2026-01-03 17:56:42 -05:00
2026-01-03 17:56:42 -05:00
2026-01-03 17:56:42 -05:00
2026-01-10 18:51:58 +01:00
2026-01-07 16:16:01 +01:00
2026-01-09 11:54:38 +01:00
2026-01-09 13:14:14 +01:00
2026-01-09 19:38:04 +01:00
2026-01-09 19:38:04 +01:00
2026-04-19 11:16:04 +02:00
2026-01-12 15:35:38 -05:00
2026-01-12 15:35:14 -05:00
2026-01-12 14:05:46 +01:00
2026-01-12 14:05:46 +01:00
2026-01-16 21:04:10 +01:00
2026-01-16 21:04:10 +01:00
2026-01-16 12:34:06 +01:00
2026-01-16 12:34:06 +01:00
2026-01-18 11:27:09 +01:00
2026-01-30 20:44:25 +01:00
2026-01-18 17:29:02 +01:00
2026-01-23 12:54:55 +01:00
2026-01-21 22:56:39 +01:00
2026-01-22 20:37:07 +01:00
2026-01-22 20:52:49 +01:00
2026-01-22 20:52:49 +01:00
2026-01-22 20:52:49 +01:00
2026-01-23 18:55:51 +01:00
2026-01-24 11:16:26 +01:00
2026-01-24 22:00:41 +01:00
2026-02-04 23:58:09 +01:00
2026-01-30 20:44:25 +01:00
2026-02-06 00:45:11 +01:00
2026-02-08 18:19:37 +01:00
2026-02-08 18:19:37 +01:00
2026-02-10 23:30:45 +01:00
2026-02-13 19:30:29 +01:00
2026-02-11 15:22:56 +01:00
2026-02-19 18:07:47 +01:00
2026-02-19 19:51:42 +01:00
2026-02-23 07:38:58 -05:00
2026-03-19 15:17:55 +01:00
2026-03-21 01:03:19 +01:00
2026-03-19 15:17:55 +01:00
2026-03-20 14:52:09 +01:00
2026-03-19 15:17:55 +01:00
2026-03-19 15:17:55 +01:00
2026-03-03 21:10:53 +01:00
2026-03-15 21:26:26 +01:00
2026-03-11 15:54:01 +01:00
2026-03-14 11:32:33 +01:00
2026-03-14 20:14:18 +01:00
2026-03-21 09:24:11 +01:00
2026-03-20 21:19:30 +01:00
2026-03-28 19:03:16 +01:00
2026-03-25 10:50:23 +01:00
2026-03-25 10:50:23 +01:00
2026-03-25 10:50:23 +01:00
2026-03-25 10:50:23 +01:00
2026-03-26 19:01:35 +01:00
2026-04-01 20:25:06 +02:00
2026-04-01 20:25:06 +02:00
2026-03-29 10:08:54 +02:00
2026-04-07 14:43:17 +02:00
2026-04-10 23:19:48 +02:00
2026-04-10 23:19:48 +02:00
2026-04-09 18:33:59 +02:00
2026-04-09 18:33:59 +02:00
2026-04-13 19:53:04 +02:00
2026-04-10 15:43:22 +02:00
2026-04-11 21:32:20 +02:00
2026-04-13 00:51:23 +02:00
2026-04-29 15:30:04 +02:00