From 550f0ee1f1443090fbd54c8c046cb44f85d299fb Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 16 Jun 2020 07:20:57 +0200 Subject: [PATCH] fix typo in comments --- install/create_tables-innodb.sql | 2 +- install/create_tables-postgres.sql | 2 +- install/create_tables-sqlite3.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/create_tables-innodb.sql b/install/create_tables-innodb.sql index 53af95f62..208392444 100644 --- a/install/create_tables-innodb.sql +++ b/install/create_tables-innodb.sql @@ -47,7 +47,7 @@ CREATE TABLE `tblAttributeDefinitions` ( -- -------------------------------------------------------- -- --- Table structure for table `tblUsers` +-- Table structure for table `tblRoles` -- CREATE TABLE `tblRoles` ( diff --git a/install/create_tables-postgres.sql b/install/create_tables-postgres.sql index d5cf4a184..dd3b17d20 100644 --- a/install/create_tables-postgres.sql +++ b/install/create_tables-postgres.sql @@ -44,7 +44,7 @@ CREATE TABLE "tblAttributeDefinitions" ( -- -------------------------------------------------------- -- --- Table structure for table `tblUsers` +-- Table structure for table `tblRoles` -- CREATE TABLE "tblRoles" ( diff --git a/install/create_tables-sqlite3.sql b/install/create_tables-sqlite3.sql index 42be5dcee..4ec2c976b 100644 --- a/install/create_tables-sqlite3.sql +++ b/install/create_tables-sqlite3.sql @@ -44,7 +44,7 @@ CREATE TABLE `tblAttributeDefinitions` ( -- -------------------------------------------------------- -- --- Table structure for table `tblUsers` +-- Table structure for table `tblRoles` -- CREATE TABLE `tblRoles` (