Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathancaleb committed Jun 12, 2024
2 parents 3063168 + 657438a commit 0e2201c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Create Neon Branch
id: create-branch
uses: neondatabase/create-branch-action@v4
uses: neondatabase/create-branch-action@v5.0.1
with:
project_id: ${{ env.NEON_PROJECT_ID }}
branch_name: pr-${{ github.event.number }}-${{ steps.branch_name.outputs.current_branch }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="https://github.com/jonathancaleb/enoflow/blob/main/public/logo.png?raw=true" alt="Enoflow logo" width="75">
<img src="https://github.com/jonathancaleb/enoflow/blob/main/public/logo.png?raw=true" alt="Enoflow logo" width="95">
<h1>Enoflow <br> Rethinking Productivity</h1>
<br>
</div>
Expand Down
20 changes: 11 additions & 9 deletions drizzle/meta/0000_snapshot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"id": "b304d26a-1927-40c9-9067-57935d6d9ab3",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "6",
"version": "7",
"dialect": "postgresql",
"tables": {
"public.early_access": {
Expand Down Expand Up @@ -60,17 +58,21 @@
"uniqueConstraints": {
"early_access_email_unique": {
"name": "early_access_email_unique",
"nullsNotDistinct": false,
"columns": ["email"]
"columns": [
"email"
],
"nullsNotDistinct": false
}
}
}
},
"enums": {},
"schemas": {},
"_meta": {
"columns": {},
"schemas": {},
"tables": {}
}
}
"tables": {},
"columns": {}
},
"id": "b304d26a-1927-40c9-9067-57935d6d9ab3",
"prevId": "00000000-0000-0000-0000-000000000000"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Enoflow",
"name": "enoflow",
"version": "0.1.0",
"private": true,
"description": "Rethinking Student Productivity",
Expand Down

0 comments on commit 0e2201c

Please sign in to comment.