typo
This commit is contained in:
parent
e5c7196fa9
commit
5d150bfe23
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ GNU Affero General Public License for more details.
|
|||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see https://www.gnu.org/licenses/.
|
||||
*/
|
||||
CREATE TABLE duel (
|
||||
CREATE TABLE duels (
|
||||
duel_id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
player_1_id INTEGER NOT NULL,
|
||||
player_2_id INTEGER NOT NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue