selene-backend/db/mycroft/wake_word_schema/create_schema.sql

4 lines
150 B
SQL

-- create the schema that will be used to store user data
-- took out the "e" in "user" because "user" is a Postgres keyword
CREATE SCHEMA wake_word;