Skip to content

Instantly share code, notes, and snippets.

@maestropanel2
Last active September 12, 2016 11:09
Show Gist options
  • Save maestropanel2/fa3d8e753f9e656febad77754eabb15e to your computer and use it in GitHub Desktop.
Save maestropanel2/fa3d8e753f9e656febad77754eabb15e to your computer and use it in GitHub Desktop.
update.1.0.6.240
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