View Single Post
  #3  
Old 09-17-2019, 08:12 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Quote:
Originally Posted by joligario View Post
You shouldn’t have to edit the schema sql. I have a feeling you may be missing entries now.

Akka did mention in the changelog that you don’t need the subnet anymore.
Oh, the login_schema.sql wouldn't source into the DB, because it came up with some syntax errors, that's the only reason I dug into it. These lines here (in 2 spots) :

Code:
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT current_timestamp(),
I changed them to:
Code:
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
EDIT: No, didn't run any account mod, will have to look into that.
__________________
Hanging out at Antonica.World
Reply With Quote