BrentOzarULTD / soddi

StackOverflow Data Dump Importer. Forked from https://bitbucket.org/bitpusher/soddi/ after the original author passed away.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change data types on PostHistory

BrentOzar opened this issue · comments

In SQL Server:

  • RevisionGUID - is currently a char(36), should be a uniqueidentifier
  • Comment - is currently an ntext, should be nvarchar(max)
  • Text - is currently an ntext, should be nvarchar(max)

Done by @bonskijr. Thanks, sir!