Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Fix #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions police-system.sql
@@ -0,0 +1,6 @@
CREATE TABLE `police` (
`identifier` varchar(50) NOT NULL,
`rank` int(11) DEFAULT NULL,
PRIMARY KEY (`identifier`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
;
26 changes: 0 additions & 26 deletions sql.sql

This file was deleted.