Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Migrations

Run these SQL files in order against your PostgreSQL database:

psql $DATABASE_URL -f migrations/001_extensions.sql
psql $DATABASE_URL -f migrations/002_images.sql
psql $DATABASE_URL -f migrations/003_loras.sql

These are only needed for production use with PostgreSQL + pgvector. Local demos use in-memory storage and don't require a database.