mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Added create_default_entries() to WebNode.
This commit is contained in:
parent
5b7cdd3829
commit
b5a477f917
@ -13,6 +13,7 @@ public:
|
||||
virtual void create_table();
|
||||
virtual void drop_table();
|
||||
virtual void migrate();
|
||||
virtual void create_default_entries();
|
||||
|
||||
WebNode();
|
||||
~WebNode();
|
||||
|
Loading…
Reference in New Issue
Block a user