Fix comment for autogenerated sql files (#301, #258)

This commit is contained in:
jekkos
2016-01-25 08:42:15 +01:00
parent a21a825aac
commit 2520970698
6 changed files with 6 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ RUN git clone https://github.com/jekkos/opensourcepos.git /app
RUN ln -s /usr/bin/nodejs /usr/bin/node
RUN cd app && npm install
RUN npm install -g grunt-cli
RUn ln -s /usr/local/bin/grunt /usr/bin/grunt
RUN ln -fs /app/* /var/www/html
ADD ./docker/start_container.sh /start_container.sh

View File

@@ -14,7 +14,7 @@ module.exports = function(grunt) {
},
sql: {
options: {
banner: '-->> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly <<--'
banner: '-- >> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly << --'
},
files: {
'database/database.sql': ['database/tables.sql', 'database/constraints.sql'],

View File

@@ -35,7 +35,7 @@
<!-- end js template tags -->
<?php else : ?>
<!-- start minjs template tags -->
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=45f4375544" language="javascript"></script>
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=a8ae30ad50" language="javascript"></script>
<!-- end minjs template tags -->
<?php endif; ?>

View File

@@ -1,4 +1,4 @@
-->> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly <<--
-- >> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly << --
--
-- Table structure for table `ospos_app_config`
--

View File

@@ -1,4 +1,4 @@
-->> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly <<--
-- >> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly << --
--
-- Table structure for table `ospos_app_config`
--

View File

File diff suppressed because one or more lines are too long