Skip to content

Commit

Permalink
argvfd
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad committed Apr 7, 2024
1 parent a9356bb commit 2545b18
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,16 @@ By default, the app will connect to stage database in Neon, but you can run it l
1. Right before merging the PR, go to PlanetScale dashboard and create a deploy preview and deploy it.
1. Merge the PR in GitHub.

##### new procedure random thoughts
##### New procedure random thoughts

1. Run `pnpm db:generate`, to generate the new sql file.
2. DON'T run `pnpm db:push`, because it won't work. Instead, go to the Neon website, and in a SQL console paste the generated SQL.

Besides that. These are the manual changes I did to the migration files:

1. Add `CREATE EXTENSION IF NOT EXISTS postgis;` to the top
2. Remove the double quotes (`"`) from `Geometry(Point, 25831)` and `Geometry(MultiLineString, 25831)`.

#### Access to other services

Ask @mauriciabad for access.
Expand Down

0 comments on commit 2545b18

Please sign in to comment.