This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a09660128a90cea736dc9852293bd2907dcf80bb
Umbraco-CMS
/
src
/
Umbraco.Core
/
Persistence
/
DatabaseModelDefinitions
History
Dave Woestenborghs
8262269592
Make sure indexes are created as unique when using .Unique() syntax builder (
#3319
) (
#3363
)
2018-10-24 11:51:07 +02:00
..
ColumnDefinition.cs
…
ConstraintDefinition.cs
code simplification
2018-08-17 10:53:45 +10:00
ConstraintType.cs
…
DbIndexDefinition.cs
code simplification
2018-08-17 10:53:45 +10:00
DefinitionFactory.cs
Make sure indexes are created as unique when using .Unique() syntax builder (
#3319
) (
#3363
)
2018-10-24 11:51:07 +02:00
DeletionDataDefinition.cs
…
Direction.cs
…
ForeignKeyDefinition.cs
…
IndexColumnDefinition.cs
…
IndexDefinition.cs
Make sure indexes are created as unique when using .Unique() syntax builder (
#3319
) (
#3363
)
2018-10-24 11:51:07 +02:00
InsertionDataDefinition.cs
…
ModificationType.cs
…
SystemMethods.cs
Fixes upgrade issues with MySql, along with a few other things:
2015-09-11 17:49:47 +02:00
TableDefinition.cs
…