WIP: dueling_v1 #64

Draft
waifu wants to merge 15 commits from dueling_v1 into dev
Showing only changes of commit 5d150bfe23 - Show all commits

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 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/. along with this program. If not, see https://www.gnu.org/licenses/.
*/ */
CREATE TABLE duel ( CREATE TABLE duels (
duel_id INTEGER PRIMARY KEY AUTOINCREMENT, duel_id INTEGER PRIMARY KEY AUTOINCREMENT,
player_1_id INTEGER NOT NULL, player_1_id INTEGER NOT NULL,
player_2_id INTEGER NOT NULL, player_2_id INTEGER NOT NULL,