~starkingdoms/starkingdoms

b98aee87868460415c29a2f5216394432a8aeb75 — core 2 years ago 65aef00
fmt
1 files changed, 1 insertions(+), 3 deletions(-)

M starkingdoms-backplane/src/models.rs
M starkingdoms-backplane/src/models.rs => starkingdoms-backplane/src/models.rs +1 -3
@@ 15,8 15,6 @@
//     along with this program.  If not, see <https://www.gnu.org/licenses/>.

use diesel::{Identifiable, Insertable, Queryable, Selectable};
use diesel_json::Json;
use starkingdoms_common::PlayerSaveFile;

#[derive(Queryable, Selectable, Insertable, Identifiable, Debug, PartialEq, Clone)]
#[diesel(table_name = crate::schema::users)]


@@ 26,4 24,4 @@ pub struct User {
    pub username: String,
    pub password_hash: String,
    pub permission_level: i32,
}
\ No newline at end of file
}