Skip to content

Commit

Permalink
Add descriptions to bottle/entities, and draft openAI generator for b…
Browse files Browse the repository at this point in the history
…ottles
  • Loading branch information
dcramer committed Oct 4, 2023
1 parent 7f246a7 commit 964cf72
Show file tree
Hide file tree
Showing 21 changed files with 3,640 additions and 8 deletions.
1 change: 1 addition & 0 deletions apps/api/migrations/0053_unknown_vulture.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "entity" ADD COLUMN "description" text;
1 change: 1 addition & 0 deletions apps/api/migrations/0054_icy_mentor.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "bottle" ADD COLUMN "description" text;
Loading

0 comments on commit 964cf72

Please sign in to comment.