This commit is contained in:
w 2025-07-04 00:06:25 -03:00
parent e5c7196fa9
commit 5d150bfe23

View file

@ -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,