remove various spaces

This commit is contained in:
Uwe Steinmann 2018-02-08 14:09:51 +01:00
parent 3e5d744d6d
commit fe8e6f5a24

View File

@ -438,7 +438,7 @@ CREATE TABLE `tblSessions` (
-- --------------------------------------------------------
--
-- Table structure for mandatory reviewers
-- Table structure for table `tblMandatoryReviewers`
--
CREATE TABLE `tblMandatoryReviewers` (
@ -451,7 +451,7 @@ CREATE TABLE `tblMandatoryReviewers` (
-- --------------------------------------------------------
--
-- Table structure for mandatory approvers
-- Table structure for table `tblMandatoryApprovers`
--
CREATE TABLE `tblMandatoryApprovers` (
@ -464,7 +464,7 @@ CREATE TABLE `tblMandatoryApprovers` (
-- --------------------------------------------------------
--
-- Table structure for events (calendar)
-- Table structure for table `tblEvents`
--
CREATE TABLE `tblEvents` (
@ -480,7 +480,7 @@ CREATE TABLE `tblEvents` (
-- --------------------------------------------------------
--
-- Table structure for workflow states
-- Table structure for table `tblWorkflowStates`
--
CREATE TABLE `tblWorkflowStates` (
@ -495,7 +495,7 @@ CREATE TABLE `tblWorkflowStates` (
-- --------------------------------------------------------
--
-- Table structure for workflow actions
-- Table structure for table `tblWorkflowActions`
--
CREATE TABLE `tblWorkflowActions` (
@ -506,7 +506,7 @@ CREATE TABLE `tblWorkflowActions` (
-- --------------------------------------------------------
--
-- Table structure for workflows
-- Table structure for table `tblWorkflows`
--
CREATE TABLE `tblWorkflows` (
@ -518,7 +518,7 @@ CREATE TABLE `tblWorkflows` (
-- --------------------------------------------------------
--
-- Table structure for workflow transitions
-- Table structure for table `tblWorkflowTransitions`
--
CREATE TABLE `tblWorkflowTransitions` (
@ -533,7 +533,7 @@ CREATE TABLE `tblWorkflowTransitions` (
-- --------------------------------------------------------
--
-- Table structure for workflow transition users
-- Table structure for table `tblWorkflowTransitionUsers`
--
CREATE TABLE `tblWorkflowTransitionUsers` (
@ -545,7 +545,7 @@ CREATE TABLE `tblWorkflowTransitionUsers` (
-- --------------------------------------------------------
--
-- Table structure for workflow transition groups
-- Table structure for table `tblWorkflowTransitionGroups`
--
CREATE TABLE `tblWorkflowTransitionGroups` (
@ -558,7 +558,7 @@ CREATE TABLE `tblWorkflowTransitionGroups` (
-- --------------------------------------------------------
--
-- Table structure for workflow log
-- Table structure for table `tblWorkflowLog`
--
CREATE TABLE `tblWorkflowLog` (
@ -575,7 +575,7 @@ CREATE TABLE `tblWorkflowLog` (
-- --------------------------------------------------------
--
-- Table structure for workflow document relation
-- Table structure for table `tblWorkflowDocumentContent`
--
CREATE TABLE `tblWorkflowDocumentContent` (
@ -590,7 +590,7 @@ CREATE TABLE `tblWorkflowDocumentContent` (
-- --------------------------------------------------------
--
-- Table structure for mandatory workflows
-- Table structure for table `tblWorkflowMandatoryWorkflow`
--
CREATE TABLE `tblWorkflowMandatoryWorkflow` (
@ -602,7 +602,7 @@ CREATE TABLE `tblWorkflowMandatoryWorkflow` (
-- --------------------------------------------------------
--
-- Table structure for version
-- Table structure for table `tblVersion`
--
CREATE TABLE `tblVersion` (