Skip to content

Commit

Permalink
Update DB
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsalm committed May 24, 2023
1 parent 44714f8 commit 926709b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion backend/dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

ARG PB_VERSION=0.14.0
ARG PB_VERSION=0.16.0

RUN apk add --no-cache \
unzip \
Expand Down
2 changes: 1 addition & 1 deletion backend/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ processes = []

# optional if you want to change the PocketBase version
[build.args]
PB_VERSION="0.14.0"
PB_VERSION="0.16.0"

[[services]]
http_checks = []
Expand Down
50 changes: 25 additions & 25 deletions backend/pb_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,37 +36,40 @@
}
},
{
"id": "7hl5j2inxaqx1by",
"name": "lists",
"id": "pcgfoipcvldtrjb",
"name": "categories",
"type": "base",
"system": false,
"schema": [
{
"id": "8maejv7f",
"id": "ytn1hobj",
"name": "name",
"type": "text",
"system": false,
"required": false,
"required": true,
"options": {
"min": null,
"max": null,
"pattern": ""
}
},
{
"id": "rqjs1ran",
"name": "isTemplate",
"type": "bool",
"id": "ckwtmrxr",
"name": "order",
"type": "number",
"system": false,
"required": false,
"options": {}
"options": {
"min": null,
"max": null
}
},
{
"id": "icnarmhj",
"id": "lvscdvnh",
"name": "user",
"type": "relation",
"system": false,
"required": false,
"required": true,
"options": {
"collectionId": "_pb_users_auth_",
"cascadeDelete": false,
Expand Down Expand Up @@ -95,7 +98,7 @@
"name": "name",
"type": "text",
"system": false,
"required": false,
"required": true,
"options": {
"min": null,
"max": null,
Expand All @@ -107,7 +110,7 @@
"name": "quantity",
"type": "number",
"system": false,
"required": false,
"required": true,
"options": {
"min": null,
"max": null
Expand Down Expand Up @@ -173,40 +176,37 @@
"options": {}
},
{
"id": "pcgfoipcvldtrjb",
"name": "categories",
"id": "7hl5j2inxaqx1by",
"name": "lists",
"type": "base",
"system": false,
"schema": [
{
"id": "ytn1hobj",
"id": "8maejv7f",
"name": "name",
"type": "text",
"system": false,
"required": false,
"required": true,
"options": {
"min": null,
"max": null,
"pattern": ""
}
},
{
"id": "ckwtmrxr",
"name": "order",
"type": "number",
"id": "rqjs1ran",
"name": "isTemplate",
"type": "bool",
"system": false,
"required": false,
"options": {
"min": null,
"max": null
}
"options": {}
},
{
"id": "lvscdvnh",
"id": "icnarmhj",
"name": "user",
"type": "relation",
"system": false,
"required": false,
"required": true,
"options": {
"collectionId": "_pb_users_auth_",
"cascadeDelete": false,
Expand Down

0 comments on commit 926709b

Please sign in to comment.