Skip to content

Instantly share code, notes, and snippets.

@Abstrct
Created December 4, 2013 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Abstrct/7796567 to your computer and use it in GitHub Desktop.
Save Abstrct/7796567 to your computer and use it in GitHub Desktop.
New Schemaverse repo is almost ready! Now using 100% more sqitch
abstract@dev:~/schemaverse$ sqitch --db-name sv deploy
Adding metadata tables to sv
Deploying changes to sv
+ sequence-round_seq ................. ok
+ sequence-tic_seq ................... ok
+ function-generate_string ........... ok
+ table-player ....................... ok
+ sequence-player_id_seq ............. ok
+ data-schemaverse_player ............ ok
+ view-my_player ..................... ok
+ table-variable ..................... ok
+ data-initial_settings .............. ok
+ table-price_list ................... ok
+ data-price_list .................... ok
+ function-get_player_id ............. ok
+ view-public_variable ............... ok
+ function-get_numeric_variable ...... ok
+ function-get_char_variable ......... ok
+ function-set_numeric_variable ...... ok
+ function-set_char_variable ......... ok
+ trigger-variable_insert ............ ok
+ view-online_players ................ ok
+ trigger-player_creation ............ ok
+ function-get_player_username ....... ok
+ function-get_player_error_channel .. ok
+ function-charge .................... ok
+ table-ship ......................... ok
+ function-get_ship_name ............. ok
+ table-ship_control ................. ok
+ sequence-ship_id_seq ............... ok
+ table-ship_flight_recorder ......... ok
+ view-my_ship_flight_recorder ....... ok
+ view-ships_in_range ................ ok
+ view-my_ships ...................... ok
+ trigger-create_ship ................ ok
+ trigger-create_ship_event .......... ok
+ trigger-destroy_ship ............... ok
+ trigger-create_ship_controller ..... ok
+ trigger-ship_move_update ........... ok
+ table-fleet ........................ ok
+ sequence-fleet_id_seq .............. ok
+ view-my_fleets ..................... ok
+ function-disable_fleet ............. ok
+ function-get_fleet_runtime ......... ok
+ trigger-fleet_script_update ........ ok
+ function-refuel_ship ............... ok
+ function-upgrade ................... ok
+ function-convert_resource .......... ok
+ table-action ....................... ok
+ table-event ........................ ok
+ sequence-event_id_seq .............. ok
+ view-my_events ..................... ok
+ function-read_event ................ ok
+ function-fleet_success_event ....... ok
+ function-fleet_fail_event .......... ok
+ function-run_fleet_script .......... ok
+ table-planet ....................... ok
+ sequence-planet_id_seq ............. ok
+ function-get_planet_name ........... ok
+ table-planet_miners ................ ok
+ view-planets_in_range .............. ok
+ view-planets ....................... ok
+ trigger-update_planet .............. ok
+ table-trophy ....................... ok
+ sequence-trophy_id_seq ............. ok
+ trigger-create_trophy .............. ok
+ type-trophy_winner ................. ok
+ trigger-trophy_script_update ....... ok
+ table-player_trophy ................ ok
+ view-trophy_case ................... ok
+ trigger-id_dealer .................. ok
+ trigger-general_permission_check ... ok
+ function-action_permission_check ... ok
+ function-in_range_ship ............. ok
+ function-in_range_planet ........... ok
+ function-attack .................... ok
+ function-repair .................... ok
+ function-mine ...................... ok
+ function-perform_mining ............ ok
+ function-ship_course_control ....... ok
+ function-move_ships ................ ok
+ view-current_stats ................. ok
+ view-current_player_stats .......... ok
+ table-player_round_stats ........... ok
+ table-player_overall_stats ......... ok
+ view-current_round_stats ........... ok
+ table-round_stats .................. ok
+ function-round_control ............. ok
+ indexes ............................ ok
+ permissions ........................ ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment