kopia lustrzana https://github.com/nextcloud/social
rodzic
bcd9396e8e
commit
e7243a6c92
|
@ -1,6 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## 0.2.101
|
||||
|
||||
- [setup] fixing an issue with migration on pgsql
|
||||
|
||||
|
||||
## 0.2.100 (alpha 2.1)
|
||||
|
||||
- [setup] it is now possible to create an account using ./occ
|
||||
|
|
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
|
|||
github_account=nextcloud
|
||||
branch=master
|
||||
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
|
||||
version+=0.2.100
|
||||
version+=0.2.101
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
**🕸 Open standards:** We use the established ActivityPub standard!
|
||||
]]></description>
|
||||
<version>0.2.100</version>
|
||||
<version>0.2.101</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
|
||||
<author mail="jus@bitgrid.net">Julius Härtl</author>
|
||||
|
|
|
@ -82,7 +82,7 @@ class Version0002Date20190717000001 extends SimpleMigrationStep {
|
|||
$table->addColumn(
|
||||
'resized_copy', Type::TEXT,
|
||||
[
|
||||
'notnull' => true
|
||||
'notnull' => false
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue