schema fixtypo

This commit is contained in:
silverqx
2023-12-12 21:18:23 +01:00
parent 97b28cb99b
commit 24883b26cb
+1 -1
View File
@@ -5,7 +5,7 @@
#include "orm/macros/systemheader.hpp"
TINY_SYSTEM_HEADER
// Include the blueprint here so a user doesn't have to (it can be forward declared)
// Include the blueprint here so the user doesn't have to (it can be forward declared)
#include "orm/schema/blueprint.hpp"
#include "orm/types/sqlquery.hpp"
#include "orm/utils/helpers.hpp"