Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Jul 25, 2018
1 parent 177e0fd commit 7eac423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fr/Alphart/BAT/database/SQLQueries.java
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public static class SQLite {
}

public static class Comments{
public static final String table = "bat_comments";
public static final String table = "BAT_comments";

public static final String createTable = "CREATE TABLE IF NOT EXISTS `" + table + "` ("
+ "`id` int(11) NOT NULL AUTO_INCREMENT,"
Expand Down

0 comments on commit 7eac423

Please sign in to comment.