Created
February 24, 2016 17:02
-
-
Save acki/59594750938e1d398e81 to your computer and use it in GitHub Desktop.
redcap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE `redcap_web`; | |
SET FOREIGN_KEY_CHECKS = 0; | |
INSERT INTO redcap_user_information (username, user_email, user_firstname, user_lastname, super_user, user_firstvisit) VALUES ('site_admin', '[email protected]', 'Joe', 'User', 1, now()); | |
SET FOREIGN_KEY_CHECKS = 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment