mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'maint'
This commit is contained in:
commit
3ec3dfb6aa
4 changed files with 9 additions and 4 deletions
5
upgrading/4.2.1.txt
Normal file
5
upgrading/4.2.1.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
1. Convert the LastLoginIPAddress column to VARCHAR(40):
|
||||
|
||||
----
|
||||
ALTER TABLE Users MODIFY LastLoginIPAddress VARCHAR(40) NULL DEFAULT NULL;
|
||||
----
|
Loading…
Add table
Add a link
Reference in a new issue