Skip to content

Commit 59e3c63

Browse files
Merge pull request #168 from untrobotics/sebastian-king-patch-1
FIX CASING!
2 parents 63f702a + 13d1f0b commit 59e3c63

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sql/migrations/urw-64.sql

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ MODIFY name char(128) NOT NULL;
77
ALTER TABLE ftpusers
88
MODIFY passwd char(128) NOT NULL;
99

10-
11-
12-
13-
10+
CREATE TABLE ftpinvites (id int primary key auto_increment, email varchar(255), registration_token varchar(16));

0 commit comments

Comments
 (0)