{"id":19987681,"url":"https://github.com/jpnws/express1","last_synced_at":"2026-06-09T03:07:33.865Z","repository":{"id":225038898,"uuid":"762793023","full_name":"jpnws/express1","owner":"jpnws","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-29T05:06:02.000Z","size":298,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T11:46:06.065Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpnws.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-24T17:51:34.000Z","updated_at":"2024-02-28T23:03:59.000Z","dependencies_parsed_at":"2024-02-29T01:24:51.102Z","dependency_job_id":"d17b8dee-0d23-472d-8ede-be5c6ea90a3e","html_url":"https://github.com/jpnws/express1","commit_stats":null,"previous_names":["jpnws/express1"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpnws%2Fexpress1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpnws%2Fexpress1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpnws%2Fexpress1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpnws%2Fexpress1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpnws","download_url":"https://codeload.github.com/jpnws/express1/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241425313,"owners_count":19960856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T04:37:47.222Z","updated_at":"2026-06-09T03:07:28.821Z","avatar_url":"https://github.com/jpnws.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Prisma\n\n### Create and apply migrations\n\n`npx prisma migrate dev`\n\nThis command:\n\n1. Reruns the existing migration history in the shadow database in order to detect schema drift (edited or deleted migration file, or a manual changes to the database schema)\n2. Applies pending migrations to the shadow database (for example, new migrations created by colleagues)\n3. If it detects changes to the Prisma schema, it generates a new migration from these changes\n4. Applies all unapplied migrations to the development database and updates the \\_prisma_migrations table\n5. Triggers the generation of artifacts (for example, Prisma Client)\n\nThe migrate dev command will prompt you to reset the database in the following scenarios:\n\n- Migration history conflicts caused by modified or missing migrations\n- The database schema has drifted away from the end-state of the migration history\n\n### Reset the development database\n\n`npx prisma migrate reset`\n\nThis command:\n\n1. Drops the database/schema¹ if possible, or performs a soft reset if the\n   environment does not allow deleting databases/schemas¹\n2. Creates a new database/schema¹ with the same name if the database/schema¹ was\n   dropped\n3. Applies all migrations\n4. Runs seed scripts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpnws%2Fexpress1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpnws%2Fexpress1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpnws%2Fexpress1/lists"}