Skip to content
Snippets Groups Projects
Commit f94620fd authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch 'add-project-license' into 'master'

Add project license

See merge request !17
parents 5c1c4a9c 04b056a7
No related branches found
No related tags found
1 merge request!17Add project license
Pipeline #78162 passed
......@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.3.1] - 2023-09-15
### Fixed
- default license added for old entries
## [1.3.0] - 2023-09-15
### Improvement
- minerva project can have license attached (#14)
......
alter table minerva_project add column license varchar not null;
\ No newline at end of file
alter table minerva_project add column license varchar not null default '';
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment