Skip to content

Commit

Permalink
Minor - add comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed May 4, 2015
1 parent d071ff4 commit ef9eb0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions main/install/data.sql
@@ -1,3 +1,5 @@
-- After the database schema is created, the database is filled
-- with default values.

INSERT INTO settings_current
(variable, subkey, type, category, selected_value, title, comment, scope, subkeytext, access_url_changeable)
Expand Down
6 changes: 2 additions & 4 deletions main/install/database.sql
@@ -1,11 +1,9 @@
-- Don't modify this file. Edit the entities located in
--
-- Don't modify this file. Edit the entities located in:
-- src/Chamilo/CoreBundle/Entity
-- src/Chamilo/CourseBundle/Entity
-- src/Chamilo/UserBundle/Entity

--
-- Table structure for table user
--

DROP TABLE IF EXISTS user;
CREATE TABLE IF NOT EXISTS user (
Expand Down

0 comments on commit ef9eb0d

Please sign in to comment.