Last active
September 12, 2016 11:09
-
-
Save maestropanel2/fa3d8e753f9e656febad77754eabb15e to your computer and use it in GitHub Desktop.
update.1.0.6.240
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER TABLE dbo.Proticaret ADD | |
UseSsl bit NULL, | |
OnlyUsersCanBuy bit NULL, | |
OnlyUsersCanSeePrice bit NULL, | |
SendFailedLogins bit NULL, | |
LogErrors bit NULL, | |
HandleErrors bit NULL, | |
Company nvarchar(512) NULL, | |
CompanyMail nvarchar(512) NULL, | |
CompanyTel nvarchar(512) NULL, | |
CompanyFax nvarchar(512) NULL, | |
CompanyAddress nvarchar(512) NULL | |
GO | |
ALTER TABLE dbo.Proticaret ADD | |
ApplyHandlerOptimize bit NULL, | |
EnabledWhiteList bit NULL, | |
WhiteListIps varchar(512) NULL, | |
ReadOnlyWebConfig bit NULL | |
GO | |
ALTER TABLE dbo.Proticaret ADD | |
EnabledUploadProtect bit NULL | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment