From 5d150bfe23991d967ab719273955494714460a68 Mon Sep 17 00:00:00 2001 From: w Date: Fri, 4 Jul 2025 00:06:25 -0300 Subject: [PATCH] typo --- migrations/0007_duelv1.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/0007_duelv1.sql b/migrations/0007_duelv1.sql index 34e6918..9a1c8e7 100644 --- a/migrations/0007_duelv1.sql +++ b/migrations/0007_duelv1.sql @@ -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,