Open andyylin opened 8 months ago
Hello, could you please provide me with your database version, Mattermost version, and the current migration version? I'll try to reproduce the issue.
Mattermost version:9.4.1 Database : mariadb 8.0.32
I have not tested it with MySQL, and there is no migration for MySQL in the package. I will attempt to add migration and test it. I hope all SQL queries will work correctly.
Now it works with PostgreSQL.😊
Awesome, thank you!
I have made a pre-release version. I am still testing it, but everything should work. You can try this version. Maybe you can find some bugs.
https://github.com/dmitrijkir/mattermost-plugin-calendar/releases/tag/0.5.2
In your database connection string, you must set the parseTime parameter to true.
&parseTime=true
Thanks! The plugin installed and initialized properly, but new events aren't being shown.
@ekin219 Might need to set the database connection string?
In your database connection string, you must set the parseTime parameter to true.
&parseTime=true
done! It's working
I tried uploading the plugin to my Mattermost instance, and get the following error message:
Any ideas how to fix this?