Major overhaul of drop-and-recreate-database.sh, DDL schema updates, seed data cleanup. Add utility scripts for auth table fixes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 lines
133 B
SQL
2 lines
133 B
SQL
UPDATE auth.users SET password_hash = '$2a$10$VLsmoNy6WLdlTGuW1WESFeLDEm2aspa52651R8oJfhRfpNkF/70ii' WHERE email = 'admin@test.com';
|