Browse Source

Update README and mh comments

Yann Weber 9 years ago
parent
commit
c7756f5ea2
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      DataSource/MySQL/migrationhandler.py
  2. 1
    1
      README.md

+ 3
- 3
DataSource/MySQL/migrationhandler.py View File

@@ -22,11 +22,11 @@ from DataSource.dummy.migrationhandler import DummyMigrationHandler
22 22
 #
23 23
 # Supported operations :
24 24
 # - EmClass creation
25
-# - EmClass deletion (untested)
25
+# - EmClass deletion
26 26
 # - EmField creation
27
-# - EmField deletion (untested)
27
+# - EmField deletion
28 28
 # - rel2type attribute creation
29
-# - rel2type attribute deletion (unstested)
29
+# - rel2type attribute deletion
30 30
 #
31 31
 # Unsupported operations :
32 32
 # - EmClass rename

+ 1
- 1
README.md View File

@@ -16,7 +16,7 @@ Create a database for your instance
16 16
   > CREATE DATABASE `lodel2`  CHARACTER SET utf8 COLLATE utf8_general_ci;
17 17
   > GRANT ALL ON `lodel2`.* TO "lodel"@"localhost";
18 18
 
19
-Edit seetings.py according to your database, install database and dynamic code
19
+Edit instance_settings.py according to your database, install database and dynamic code
20 20
 	make
21 21
 
22 22
 Once the instance is created you can run an interactive python interpreter using :

Loading…
Cancel
Save