update seeds

This commit is contained in:
JasterV 2026-02-07 21:45:05 +01:00
parent 58a1c94a85
commit 8f1a85bcaa

View file

@ -21,7 +21,7 @@ end
coworking =
BookingSystem.create_space!(
"Arcipelago",
"coworking",
"arcipelago",
"Flexible desk spaces for remote work",
10
)
@ -32,7 +32,7 @@ IO.puts("✓ Created Coworking space")
meeting =
BookingSystem.create_space!(
"Media room",
"meeting",
"media-room",
"Private conference room for your meetings",
1
)
@ -43,7 +43,7 @@ IO.puts("✓ Created Meeting Room space")
music =
BookingSystem.create_space!(
"Hall",
"music",
"hall",
"Tailored for band rehearsals.",
1
)