This file contains hidden or 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
############################# | |
# Table Functions | |
############################# | |
''' | |
CREATE OR REPLACE FUNCTION get_user(INTEGER DEFAULT NULL, VARCHAR DEFAULT NULL) | |
RETURNS TABLE( | |
id INTEGER, | |
user_id INTEGER, | |
one_id INTEGER, | |
username VARCHAR, |
This file contains hidden or 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
rsync -r --progress [email protected]:/home/web.com/media/ /media/user/data/media/web.com/ |