Wrong index set.

This commit is contained in:
stephb9959
2021-08-05 09:09:38 -07:00
parent 5ff6836c8c
commit cda8c640fe
2 changed files with 2 additions and 2 deletions

2
build
View File

@@ -1 +1 @@
4
5

View File

@@ -7,7 +7,7 @@
namespace uCentral {
static const std::string AllUsersFieldsForCreation{
"Id varchar(36),"
" Id varchar(36) UNIQUE PRIMARY KEY,"
"name varchar,"
"description varchar,"
"avatar varchar,"