Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v12.14.0 #752

Merged
merged 83 commits into from
Sep 13, 2023
Merged

Release v12.14.0 #752

merged 83 commits into from
Sep 13, 2023

Conversation

EdiWang
Copy link
Owner

@EdiWang EdiWang commented Sep 13, 2023

CREATE TABLE [dbo].[StyleSheet](
	[Id] [uniqueidentifier] NOT NULL,
	[Hash] [nvarchar](64) NOT NULL,
	[FriendlyName] [nvarchar](32) NOT NULL,
	[CssContent] [nvarchar](max) NOT NULL,
	[LastModifiedTimeUtc] [datetime] NOT NULL,
 CONSTRAINT [PK_StyleSheet] PRIMARY KEY CLUSTERED 
(
	[Id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF) ON [PRIMARY]
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO

ALTER TABLE CustomPage DROP COLUMN CssContent
GO

ALTER TABLE CustomPage ADD CssId NVARCHAR(64)
GO

ALTER TABLE Post DROP COLUMN InlineCss
GO

@EdiWang EdiWang merged commit 59850a5 into release Sep 13, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants