da6ae8d7d4
Fixed a bug with MemoryUserStore's length counter. The upsert API is currently a confusing mess, we'll have it all fixed up soon. Added the Delete method to the User struct. Improved the test coverage for the user subsystem.
8 lines
232 B
SQL
8 lines
232 B
SQL
CREATE TABLE [administration_logs] (
|
|
[action] nvarchar (100) not null,
|
|
[elementID] int not null,
|
|
[elementType] nvarchar (100) not null,
|
|
[ipaddress] nvarchar (200) not null,
|
|
[actorID] int not null,
|
|
[doneAt] datetime not null
|
|
); |