Skip to content

Commit a7e73a1

Browse files
committed
Alternative, don't make it for new installs
1 parent 0ce95f8 commit a7e73a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webapp/migrations/Version20190803123217.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ protected function createTables()
593593
`userid` int(4) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Unique ID',
594594
`username` varchar(255) NOT NULL COMMENT 'User login name',
595595
`name` varchar(255) NOT NULL COMMENT 'Name',
596-
`email` varchar(255) DEFAULT NULL COMMENT 'Email address',
597596
`last_login` decimal(32,9) unsigned DEFAULT NULL COMMENT 'Time of last successful login',
598597
`first_login` decimal(32,9) unsigned DEFAULT NULL COMMENT 'Time of first login',
599598
`last_ip_address` varchar(255) DEFAULT NULL COMMENT 'Last IP address of successful login',

0 commit comments

Comments
 (0)