game class is now separate from db load and board organization. game initializes from a dictionary with the full game state.
This commit is contained in:
8
sql/select_base1_citizens_sp.sql
Normal file
8
sql/select_base1_citizens_sp.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
DELIMITER //
|
||||
|
||||
CREATE PROCEDURE select_base1_citizens()
|
||||
BEGIN
|
||||
SELECT * FROM citizens WHERE expansion = "base1";
|
||||
END //
|
||||
|
||||
DELIMITER ;
|
||||
Reference in New Issue
Block a user