kyleu / boilerplay

Using the latest technology in the Scala ecosystem, Boilerplay is a reactive web application built on Play Framework, ScalaJS, Silhouette, Sangria/GraphQL, and PostgreSQL. It provides a good starting point for whatever you want to build.

Home Page:https://kyleu.github.io/boilerplay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SystemUserTable Error

Jason952742 opened this issue · comments

The following error occurred during the first registration:

Execution exception
[PSQLException: ERROR: relation "system_user" does not exist
位置:13],

Because of the mismatch between the fields defined in SystemUserTable and the ddl/1_SystemUserSchema.sql.

Resolved, thanks for the report!