OSDN Git Service

Cleanup of initial sync with ink notes and added the ability to highlight words in...
[neighbornote/NeighborNote.git] / src / cx / fbn / nevernote / sql / DatabaseConnection.java
index 50bd215..807282b 100644 (file)
@@ -215,7 +215,6 @@ public class DatabaseConnection {
                invalidXMLTable.createTable();
                wordsTable.createTable();
                syncTable.createTable();
-               inkImagesTable.createTable();
        }
        
        public Connection getConnection() {