Skip to content

Commit d0e60a8

Browse files
committed
fix
1 parent 91d9544 commit d0e60a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/databases/wide-world-importers/wwi-database-scripts/4-wwi-configure-required-database-objects.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4637,7 +4637,7 @@ ALL TO ([USERDATA]);';
46374637
SET @SQL = N'
46384638
CREATE PARTITION SCHEME PS_TransactionDate
46394639
AS PARTITION PF_TransactionDate
4640-
ALL TO ([USERDATA]]);';
4640+
ALL TO ([USERDATA]);';
46414641
EXECUTE (@SQL);
46424642
END;
46434643

0 commit comments

Comments
 (0)