mardtendebakker / nsk

Nexxus Stock Keeping - Organise Purchase Orders, Sales Orders and stock.
GNU General Public License v3.0
1 stars 1 forks source link

refactor(prisma): reset the migrations #1001

Closed shayank closed 2 months ago

shayank commented 2 months ago

we need to remove all rows in the _prisma_migrations table and insert this one manually:

INSERT INTO nexxus_application._prisma_migrations (id, checksum, finished_at, migration_name, started_at, applied_steps_count) VALUES ('f9038a36-8762-47dd-b02d-4741234c0684', 'c0ecbb9fb815139fa0ac5d7867fc258e2657959618fc1e6d80fda99a17a34c3c', '2024-09-02 11:33:20.082', '20240902113316_init', '2024-09-02 11:33:16.933', '1');