diff options
author | crupest <crupest@outlook.com> | 2020-02-29 18:12:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 18:12:13 +0800 |
commit | 11ab08bc1b61636e0681914c62794720e4ac6ac4 (patch) | |
tree | 9cbe0f8f6e6be22f66893b666ca537c0aebf268b /Timeline/Migrations/20200131100517_RefactorUser.cs | |
parent | 1d5e54dead00c08b500b9d40ec4f86d2554a0aab (diff) | |
parent | b43b480d3c50b3f12cf01750c0951ece1fe70119 (diff) | |
download | timeline-11ab08bc1b61636e0681914c62794720e4ac6ac4.tar.gz timeline-11ab08bc1b61636e0681914c62794720e4ac6ac4.tar.bz2 timeline-11ab08bc1b61636e0681914c62794720e4ac6ac4.zip |
Merge pull request #66 from crupest/timeline-name
Widen timeline name constraint.
Diffstat (limited to 'Timeline/Migrations/20200131100517_RefactorUser.cs')
-rw-r--r-- | Timeline/Migrations/20200131100517_RefactorUser.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/Migrations/20200131100517_RefactorUser.cs b/Timeline/Migrations/20200131100517_RefactorUser.cs index 533f4bc4..8597ed50 100644 --- a/Timeline/Migrations/20200131100517_RefactorUser.cs +++ b/Timeline/Migrations/20200131100517_RefactorUser.cs @@ -12,7 +12,6 @@ namespace Timeline.Migrations migrationBuilder.AddColumn<string>(
name: "nickname",
table: "users",
- maxLength: 100,
nullable: true);
migrationBuilder.Sql(@"
|