Fixed typo in update_db.sql

This commit is contained in:
robvde 2012-08-06 22:34:41 +04:00
parent 8841bbd6c3
commit 787c952b9a
2 changed files with 0 additions and 2 deletions

View file

@ -20150,7 +20150,6 @@ SELECT
U.UserID, U.UserID,
U.RoleID, U.RoleID,
U.StatusID, U.StatusID,
U.SubscriberNumber,
U.LoginStatusId, U.LoginStatusId,
U.FailedLogins, U.FailedLogins,
U.OwnerID, U.OwnerID,

View file

@ -4775,7 +4775,6 @@ SELECT
U.UserID, U.UserID,
U.RoleID, U.RoleID,
U.StatusID, U.StatusID,
U.SubscriberNumber,
U.LoginStatusId, U.LoginStatusId,
U.FailedLogins, U.FailedLogins,
U.OwnerID, U.OwnerID,