From fce008bad1238fb163a08b50109d0f0261cb1986 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 5 Apr 2019 22:26:25 -0300 Subject: [PATCH] README.md: remove schema.sql loading as it just becomes running migrate --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index f95757b..a696c84 100644 --- a/README.md +++ b/README.md @@ -92,9 +92,6 @@ It's recommended to create a separate user for the `litecord` database. ```sh # Create the PostgreSQL database. $ createdb litecord - -# Apply the base schema to the database. -$ psql -f schema.sql litecord ``` Copy the `config.example.py` file and edit it to configure your instance (