Move Session struct to a new directory called 'models' and use morm to read/save.
I have to consider what to do with some objects:
User * puser;
IPBan * ip_ban;
Rebus::Item * rebus_item;
Move Session struct to a new directory called 'models' and use morm to read/save.
I have to consider what to do with some objects:
User * puser;
IPBan * ip_ban;
Rebus::Item * rebus_item;
tomasz.sowa
added this to the 0.7.3 morm milestone 2021-03-12 13:43:28 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Move Session struct to a new directory called 'models' and use morm to read/save.
I have to consider what to do with some objects:
User * puser;
IPBan * ip_ban;
Rebus::Item * rebus_item;
Session struct will be changed in the future, now branch fullmorm is merged to master and the version changed to 0.7.3.