|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
// Vikunja is a to-do list application to facilitate your life.
|
|
|
|
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
|
|
|
|
// Copyright 2018-2021 Vikunja and contributors. All rights reserved.
|
|
|
|
|
//
|
|
|
|
|
// This program is free software: you can redistribute it and/or modify
|
|
|
|
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
|
|
|
@ -705,7 +705,7 @@ func (Dev) CreateMigration() error {
|
|
|
|
|
date := time.Now().Format("20060102150405")
|
|
|
|
|
|
|
|
|
|
migration := `// Vikunja is a to-do list application to facilitate your life.
|
|
|
|
|
// Copyright 2018-2020 Vikunja and contributors. All rights reserved.
|
|
|
|
|
// Copyright 2018-2021 Vikunja and contributors. All rights reserved.
|
|
|
|
|
//
|
|
|
|
|
// This program is free software: you can redistribute it and/or modify
|
|
|
|
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
|
|
|
|