mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
fix typo in comments
This commit is contained in:
parent
bf1d8482d4
commit
550f0ee1f1
|
@ -47,7 +47,7 @@ CREATE TABLE `tblAttributeDefinitions` (
|
||||||
-- --------------------------------------------------------
|
-- --------------------------------------------------------
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Table structure for table `tblUsers`
|
-- Table structure for table `tblRoles`
|
||||||
--
|
--
|
||||||
|
|
||||||
CREATE TABLE `tblRoles` (
|
CREATE TABLE `tblRoles` (
|
||||||
|
|
|
@ -44,7 +44,7 @@ CREATE TABLE "tblAttributeDefinitions" (
|
||||||
-- --------------------------------------------------------
|
-- --------------------------------------------------------
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Table structure for table `tblUsers`
|
-- Table structure for table `tblRoles`
|
||||||
--
|
--
|
||||||
|
|
||||||
CREATE TABLE "tblRoles" (
|
CREATE TABLE "tblRoles" (
|
||||||
|
|
|
@ -44,7 +44,7 @@ CREATE TABLE `tblAttributeDefinitions` (
|
||||||
-- --------------------------------------------------------
|
-- --------------------------------------------------------
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Table structure for table `tblUsers`
|
-- Table structure for table `tblRoles`
|
||||||
--
|
--
|
||||||
|
|
||||||
CREATE TABLE `tblRoles` (
|
CREATE TABLE `tblRoles` (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user